From Arran Cudbard-bell
<a.cudbardb(a)freeradius.org>rg>:
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
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.*
--
To view, visit
https://gerrit.osmocom.org/72
To unsubscribe, visit
https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7b0825112afcb630f40b2d2670952e0beea0a436
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Arran Cudbard-bell <a.cudbardb(a)freeradius.org>