[misc] Create a gitignore to ignore files

Make git status more useful. Ignore autoconf files, compiled
artefacts, executables and test programs.
This commit is contained in:
Holger Hans Peter Freyther 2009-08-20 11:55:32 +02:00
parent 9eb771d6f9
commit 5704f7f2bd
1 changed files with 39 additions and 0 deletions

39
openbsc/.gitignore vendored Normal file
View File

@ -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