[PATCH 2/3] Ignore binary and backup files

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/.

msuraev at sysmocom.de msuraev at sysmocom.de
Thu Mar 17 10:37:23 UTC 2016


From: Max <msuraev at sysmocom.de>

Add missing entries to .gitignore
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 3950377..f11bc4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,7 @@ src/osmo-bts-sysmo/l1fwd-proxy
 src/osmo-bts-sysmo/osmo-bts-sysmo
 src/osmo-bts-sysmo/osmo-bts-sysmo-remote
 src/osmo-bts-sysmo/sysmobts-mgr
+src/osmo-bts-sysmo/sysmobts-util
 
 src/osmo-bts-trx/osmo-bts-trx
 
@@ -49,6 +50,7 @@ tests/testsuite.log
 doc/vty_reference.xml
 
 # Backups, vi, merges
+*~
 *.sw?
 *.orig
 *.sav
-- 
2.7.3




More information about the OpenBSC mailing list