From 5859de86deefd8cb2f5ae6f8a7bd8e9c4fd05e1f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 20 Aug 2009 11:55:32 +0200 Subject: [misc] Create a gitignore to ignore files Make git status more useful. Ignore autoconf files, compiled artefacts, executables and test programs. --- openbsc/.gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 openbsc/.gitignore (limited to 'openbsc/.gitignore') diff --git a/openbsc/.gitignore b/openbsc/.gitignore new file mode 100644 index 000000000..7b7b11a1e --- /dev/null +++ b/openbsc/.gitignore @@ -0,0 +1,39 @@ +*.o +*.a +.deps +Makefile +Makefile.in +bsc_hack +bsc_msc_ip +*.*~ +*.sw? + +#configure +aclocal.m4 +autom4te.cache/ +config.log +config.status +configure +depcomp +install-sh +missing +stamp-h1 + + + +# apps and app data +hlr.sqlite3 +bs11_config +ipaccess-config +ipaccess-find +isdnsync + +#tests +tests/channel/channel_test +tests/db/db_test +tests/debug/debug_test +tests/gsm0408/gsm0408_test +tests/sccp/sccp_test +tests/sms/sms_test +tests/timer/timer_test + -- cgit v1.2.3