misc: update .gitignore files

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2010-07-29 23:32:00 +02:00
parent 04ffc9bdc0
commit 76f9a67fa7
2 changed files with 55 additions and 11 deletions

View File

@ -1,14 +1,32 @@
Makefile # autoreconf by-products
Makefile.in *.in
aclocal.m4 aclocal.m4
autom4te.cache/
config.h.in
configure configure
missing
*.o
depcomp depcomp
config.* install-sh
missing
# configure by-products
.deps
Makefile
config.h
config.log
config.status
# build by-products
*.o
*.a
# various
*.sw? *.sw?
*.deps *.deps
layer2
install-sh # final executables
autom4te.cache src/misc/bcch_scan
*.a src/misc/echo_test
src/misc/layer23
src/mobile/mobile

View File

@ -1,10 +1,36 @@
# autoreconf by-products
*.in
aclocal.m4
autom4te.cache/
configure
depcomp
install-sh
missing
# configure by-products
.deps/
Makefile
config.status
version.h
# build by-products
*.o *.o
osmocon osmocon
osmoload
# various
.version
.tarball-version
# IDA file
*.id* *.id*
*.nam *.nam
*.til *.til
# Other test files
*.dump *.dump
*.bin *.bin
*.log *.log
.version
.tarball-version