diff mbox

libosmo-sccp[master]: Ignore more build/libtool products

Message ID 20160523202359.33BC062DD@lists.osmocom.org
State New
Headers show

Commit Message

gerrit-no-reply@lists.osmocom.org May 23, 2016, 8:23 p.m. UTC
Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/72

to look at the new patch set (#2).

Ignore more build/libtool products

Change-Id: I7b0825112afcb630f40b2d2670952e0beea0a436
---
M .gitignore
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/72/72/2
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 48b2e76..168690a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@ 
 *.o
 *.a
+*.lo
+*.la
 .deps
 Makefile
 Makefile.in
@@ -24,6 +26,11 @@ 
 install-sh
 missing
 stamp-h1
+
+# libtool
+ltmain.sh
+libtool
+.libs
 
 # git-version-gen magic
 .tarball-version
@@ -52,6 +59,8 @@ 
 tests/sccp/sccp_test
 tests/sms/sms_test
 tests/timer/timer_test
+tests/sigtran/sua_server_test
+tests/sigtran/sua_client_test
 
 tests/atconfig
 tests/package.m4