aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>2016-05-16 13:27:50 -0400
committerHolger Freyther <holger@freyther.de>2016-05-23 21:51:42 +0000
commit3d0131243155432fcfcde99c13fe6396db6c7833 (patch)
tree1ea39a82af6047dd74c8e5078df927036f339ac7 /.gitignore
parent6420ad0e62962f98abd25b779f9b901533970961 (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
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
@@ -25,6 +27,11 @@ install-sh
missing
stamp-h1
+# libtool
+ltmain.sh
+libtool
+.libs
+
# git-version-gen magic
.tarball-version
.version
@@ -52,6 +59,8 @@ tests/mtp/mtp_parse_test
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