aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 12 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 93316ad..298604e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@ autoscan-2.*.log
configure.scan
# autoreconf by-products
-*.in
+Makefile.in
aclocal.m4
autom4te.cache/
@@ -18,6 +18,7 @@ m4/
missing
# configure by-products
+*.pc
.deps
Makefile
@@ -35,8 +36,17 @@ stamp-h1
libgsmhr/refsrc
+# GNU autotest
+tests/package.m4
+tests/atconfig
+tests/atlocal
+tests/testsuite
+tests/testsuite.dir/
+tests/testsuite.log
+tests/*/*_test
+
# final executables
-src/gapk
+src/osmo-gapk
# temporary/backup files
*.*~