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: Update to post-NITB-split realities
......................................................................
.gitignore: Update to post-NITB-split realities
Change-Id: I4655e7e0f79073061b97e0918583b7eaf99bf797
---
M .gitignore
1 file changed, 13 insertions(+), 26 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/.gitignore b/.gitignore
index a9e6b84..3481bad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,15 +7,8 @@
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
-src/utils/osmo-meas-udp2db
-src/utils/smpp_mirror
+*.pc
+
*.*~
*.sw?
.libs
@@ -38,11 +31,13 @@
stamp-h1
libtool
ltmain.sh
+m4/*.m4
# git-version-gen magic
.tarball-version
.version
-
+osmo-bsc-*.tar.bz2
+osmo-bsc-*.tar.gz
# apps and app data
hlr.sqlite3
@@ -52,24 +47,19 @@
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
+src/osmo-bsc_nat/*.cfg*
+src/osmo-bsc/osmo-bsc
+src/osmo-bsc/*.cfg*
+src/utils/meas_vis
+src/utils/meas_json
+src/utils/osmo-meas-pcap2db
+src/utils/osmo-meas-udp2db
+
#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
tests/atlocal
@@ -77,7 +67,4 @@
tests/testsuite
tests/testsuite.log
-gsn_restart
-src/openbsc.cfg*
writtenconfig/
-gtphub_restart_count
--
To view, visit https://gerrit.osmocom.org/4126
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4655e7e0f79073061b97e0918583b7eaf99bf797
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder