diff mbox

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

Message ID 20160523215145.3DF326383@lists.osmocom.org
State New
Headers show

Commit Message

gerrit-no-reply@lists.osmocom.org May 23, 2016, 9:51 p.m. UTC
Holger Freyther has submitted this change and it was merged.

Change subject: Ignore more build/libtool products
......................................................................


Ignore more build/libtool products

Change-Id: I7b0825112afcb630f40b2d2670952e0beea0a436
Reviewed-on: https://gerrit.osmocom.org/72
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger@freyther.de>
---
M .gitignore
1 file changed, 9 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Holger Freyther: Looks good to me, approved
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