summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-07-29 23:32:00 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-09-14 21:21:42 +0200
commit76f9a67fa7d68cffce073de98ba3e72f189a2b78 (patch)
tree436ab6de94b2e52247e8cb9136222032dc9dc354
parent04ffc9bdc099b2d21a9c34bf8367dca22714f814 (diff)
misc: update .gitignore files
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--src/host/layer23/.gitignore34
-rw-r--r--src/host/osmocon/.gitignore30
2 files changed, 54 insertions, 10 deletions
diff --git a/src/host/layer23/.gitignore b/src/host/layer23/.gitignore
index d3594665..465b3aef 100644
--- a/src/host/layer23/.gitignore
+++ b/src/host/layer23/.gitignore
@@ -1,14 +1,32 @@
-Makefile
-Makefile.in
+# autoreconf by-products
+*.in
+
aclocal.m4
+autom4te.cache/
+config.h.in
configure
+depcomp
+install-sh
missing
+
+# configure by-products
+.deps
+Makefile
+
+config.h
+config.log
+config.status
+
+# build by-products
*.o
-depcomp
-config.*
+*.a
+
+# various
*.sw?
*.deps
-layer2
-install-sh
-autom4te.cache
-*.a
+
+# final executables
+src/misc/bcch_scan
+src/misc/echo_test
+src/misc/layer23
+src/mobile/mobile
diff --git a/src/host/osmocon/.gitignore b/src/host/osmocon/.gitignore
index 7c58aae3..ad061b7f 100644
--- a/src/host/osmocon/.gitignore
+++ b/src/host/osmocon/.gitignore
@@ -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
+
osmocon
+osmoload
+
+# various
+.version
+.tarball-version
+
+# IDA file
*.id*
*.nam
*.til
+
+# Other test files
*.dump
*.bin
*.log
-.version
-.tarball-version