diff mbox

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

Message ID gerrit.1463520764420.I7b0825112afcb630f40b2d2670952e0beea0a436@gerrit.osmocom.org
State New
Headers show

Commit Message

gerrit-no-reply@lists.osmocom.org May 17, 2016, 9:32 p.m. UTC
From Arran Cudbard-bell <a.cudbardb@freeradius.org>:

Arran Cudbard-bell has uploaded a new change for review.

  https://gerrit.osmocom.org/72

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

Ignore more build/libtool products

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


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

Comments

gerrit-no-reply@lists.osmocom.org May 19, 2016, 6:41 a.m. UTC | #1
Patch Set 1:

(1 comment)

https://gerrit.osmocom.org/#/c/72/1/.gitignore
File .gitignore:

Line 33: src/.libs
just move .libs to the top as well? Because you ignore it in the sigtran tests as well.
gerrit-no-reply@lists.osmocom.org May 23, 2016, 8:59 p.m. UTC | #2
Patch Set 2:

Looks fine
gerrit-no-reply@lists.osmocom.org May 23, 2016, 9:51 p.m. UTC | #3
Patch Set 2: Code-Review+2
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 48b2e76..06a39f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@ 
 *.o
 *.a
+*.lo
+*.la
 .deps
 Makefile
 Makefile.in
@@ -25,10 +27,14 @@ 
 missing
 stamp-h1
 
+# libtool
+ltmain.sh
+libtool
+src/.libs
+
 # git-version-gen magic
 .tarball-version
 .version
-
 
 # apps and app data
 hlr.sqlite3
@@ -52,12 +58,14 @@ 
 tests/sccp/sccp_test
 tests/sms/sms_test
 tests/timer/timer_test
+tests/sigtran/sua_server_test
+tests/sigtran/sua_client_test
+tests/sigtran/.libs
 
 tests/atconfig
 tests/package.m4
 tests/testsuite
 tests/testsuite.log
-
 
 *.pc
 config.*