[PATCH] ignore debian build byproducts

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Max max.suraev at fairwaves.co
Sat Mar 28 15:13:14 UTC 2015


Signed-off-by: Max <max.suraev at fairwaves.co>
---
 .gitignore         | 1 +
 openbsc/.gitignore | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..89bf7df
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+debian/*.log
diff --git a/openbsc/.gitignore b/openbsc/.gitignore
index 58885b9..2210c47 100644
--- a/openbsc/.gitignore
+++ b/openbsc/.gitignore
@@ -56,6 +56,7 @@ src/gprs/osmo-gbproxy
 src/osmo-bsc_nat/osmo-bsc_nat
 
 #tests
+tests/testsuite.dir
 tests/bsc-nat/bsc_nat_test
 tests/bsc-nat-trie/bsc_nat_trie_test
 tests/channel/channel_test
-- 
2.1.0




More information about the OpenBSC mailing list