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/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: .gitignore: remove unneeded ignores of bsc/msc/nitb files
......................................................................
.gitignore: remove unneeded ignores of bsc/msc/nitb files
sgsn was splitted out of the openbsc repository
Change-Id: I66905432c411291630f66579fa4177936c8f2bcf
---
M .gitignore
1 file changed, 0 insertions(+), 21 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/.gitignore b/.gitignore
index a9e6b84..b8c841f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,10 +7,6 @@
Makefile.in
bscconfig.h
bscconfig.h.in
-openbsc.pc
-src/osmo-nitb/osmo-nitb
-src/osmo-bsc_mgcp/osmo-bsc_mgcp
-src/osmo-bsc/osmo-bsc
src/utils/meas_vis
src/utils/meas_json
src/utils/osmo-meas-pcap2db
@@ -45,30 +41,14 @@
# apps and app data
-hlr.sqlite3
-src/utils/bs11_config
-src/ipaccess/ipaccess-config
-src/ipaccess/abisip-find
-src/ipaccess/ipaccess-firmware
-src/ipaccess/ipaccess-proxy
-src/utils/isdnsync
-src/nat/bsc_nat
src/gprs/osmo-sgsn
src/gprs/osmo-gbproxy
src/gprs/osmo-gtphub
-src/osmo-bsc_nat/osmo-bsc_nat
src/libcommon/gsup_test_client
-src/osmo-msc/osmo-msc
#tests
tests/testsuite.dir
tests/*/*_test
-# ignore compiled binaries like msc_vlr_test_foo; do not ignore
-# msc_vlr_test_foo.{c,ok,err}, but do still ignore the corresponding .o object
-# files:
-tests/msc_vlr/msc_vlr_test_*
-!tests/msc_vlr/msc_vlr_test_*.*
-tests/msc_vlr/msc_vlr_test_*.o
tests/atconfig
@@ -78,6 +58,5 @@
tests/testsuite.log
gsn_restart
-src/openbsc.cfg*
writtenconfig/
gtphub_restart_count
--
To view, visit https://gerrit.osmocom.org/4841
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I66905432c411291630f66579fa4177936c8f2bcf
Gerrit-PatchSet: 1
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder