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(a)freyther.de>
---
M .gitignore
1 file changed, 9 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
Holger Freyther: Looks good to me, approved
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
--
To view, visit
https://gerrit.osmocom.org/72
To unsubscribe, visit
https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7b0825112afcb630f40b2d2670952e0beea0a436
Gerrit-PatchSet: 3
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Arran Cudbard-bell <a.cudbardb(a)freeradius.org>
Gerrit-Reviewer: Arran Cudbard-bell <a.cudbardb(a)freeradius.org>
Gerrit-Reviewer: Holger Freyther <holger(a)freyther.de>
Gerrit-Reviewer: Jenkins Builder