From 2609359c08347a36c4de6229a10659f73b2e520a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 4 Jun 2018 21:54:07 +0200 Subject: add .gitignore file --- .gitignore | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13ae7b9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,60 @@ +debian/*.log +*.o +*.lo +*.a +.deps +Makefile +Makefile.in +config.h +config.h.in +*.pc + +*.*~ +*.sw? +.libs +*.pyc +*.gcda +*.gcno + +**/TAGS + +#configure +aclocal.m4 +autom4te.cache/ +config.log +config.status +config.guess +config.sub +configure +compile +depcomp +install-sh +missing +stamp-h1 +libtool +ltmain.sh +m4/*.m4 + +# git-version-gen magic +.tarball-version +.version +osysmon-*.tar.bz2 +osysmon-*.tar.gz + +# apps and app data +osysmon +osmo-ctrl-client + +tags +/deps + +#tests +tests/testsuite.dir +tests/*/*_test +tests/atconfig +tests/atlocal +tests/package.m4 +tests/testsuite +tests/testsuite.log + +writtenconfig/ -- cgit v1.2.3