From 7bbaefb349caf34997c4f7ca525ba9e105dfbad7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 14 Jan 2011 14:38:21 +0100 Subject: [PATCH] update gitignore --- openbsc/.gitignore | 2 ++ openbsc/src/gprs/.gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 openbsc/src/gprs/.gitignore diff --git a/openbsc/.gitignore b/openbsc/.gitignore index 1ca9785b0..f9dacacbc 100644 --- a/openbsc/.gitignore +++ b/openbsc/.gitignore @@ -9,6 +9,7 @@ openbsc.pc bsc_hack bsc_msc_ip bsc_mgcp +src/bsc/osmo-bsc *.*~ *.sw? @@ -49,3 +50,4 @@ tests/sccp/sccp_test tests/sms/sms_test tests/timer/timer_test +src/openbsc.cfg* diff --git a/openbsc/src/gprs/.gitignore b/openbsc/src/gprs/.gitignore new file mode 100644 index 000000000..7cfefbac2 --- /dev/null +++ b/openbsc/src/gprs/.gitignore @@ -0,0 +1,2 @@ +gsn_restart +osmo_*.cfg*