From 76f9a67fa7d68cffce073de98ba3e72f189a2b78 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Thu, 29 Jul 2010 23:32:00 +0200 Subject: [PATCH] misc: update .gitignore files Signed-off-by: Sylvain Munaut --- src/host/layer23/.gitignore | 36 +++++++++++++++++++++++++++--------- src/host/osmocon/.gitignore | 30 ++++++++++++++++++++++++++++-- 2 files changed, 55 insertions(+), 11 deletions(-) diff --git a/src/host/layer23/.gitignore b/src/host/layer23/.gitignore index d3594665b..465b3aef5 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 -missing -*.o depcomp -config.* +install-sh +missing + +# configure by-products +.deps +Makefile + +config.h +config.log +config.status + +# build by-products +*.o +*.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 7c58aae39..ad061b7f0 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