aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/.gitignore
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-08-20 11:55:32 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-20 13:56:45 +0200
commit5859de86deefd8cb2f5ae6f8a7bd8e9c4fd05e1f (patch)
treef7e8323dd379eb69619d2494f7db5e2f3d723370 /openbsc/.gitignore
parent878daf069cb10f930a270ff6cbe9787b8923694f (diff)
[misc] Create a gitignore to ignore files
Make git status more useful. Ignore autoconf files, compiled artefacts, executables and test programs.
Diffstat (limited to 'openbsc/.gitignore')
-rw-r--r--openbsc/.gitignore39
1 files changed, 39 insertions, 0 deletions
diff --git a/openbsc/.gitignore b/openbsc/.gitignore
new file mode 100644
index 000000000..7b7b11a1e
--- /dev/null
+++ b/openbsc/.gitignore
@@ -0,0 +1,39 @@
+*.o
+*.a
+.deps
+Makefile
+Makefile.in
+bsc_hack
+bsc_msc_ip
+*.*~
+*.sw?
+
+#configure
+aclocal.m4
+autom4te.cache/
+config.log
+config.status
+configure
+depcomp
+install-sh
+missing
+stamp-h1
+
+
+
+# apps and app data
+hlr.sqlite3
+bs11_config
+ipaccess-config
+ipaccess-find
+isdnsync
+
+#tests
+tests/channel/channel_test
+tests/db/db_test
+tests/debug/debug_test
+tests/gsm0408/gsm0408_test
+tests/sccp/sccp_test
+tests/sms/sms_test
+tests/timer/timer_test
+