summaryrefslogtreecommitdiffstats
path: root/src/host/osmocon
diff options
context:
space:
mode:
authorSylvain Munaut2010-07-29 23:32:00 +0200
committerSylvain Munaut2010-09-14 21:21:42 +0200
commit76f9a67fa7d68cffce073de98ba3e72f189a2b78 (patch)
tree436ab6de94b2e52247e8cb9136222032dc9dc354 /src/host/osmocon
parent[layer1] Fixed memory leak issue after releasing dedicated mode (diff)
downloadosmocom-76f9a67fa7d68cffce073de98ba3e72f189a2b78.tar.gz
osmocom-76f9a67fa7d68cffce073de98ba3e72f189a2b78.tar.xz
osmocom-76f9a67fa7d68cffce073de98ba3e72f189a2b78.zip
misc: update .gitignore files
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/host/osmocon')
-rw-r--r--src/host/osmocon/.gitignore30
1 files changed, 28 insertions, 2 deletions
diff --git a/src/host/osmocon/.gitignore b/src/host/osmocon/.gitignore
index 7c58aae..ad061b7 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