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.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/2195
to look at the new patch set (#2).
gitignore: use one wildcard line for all test executables
Change-Id: I53ce43fa8e09646dec56c6cc32b09c4618e9b5a5
---
M .gitignore
1 file changed, 1 insertion(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/95/2195/2
diff --git a/.gitignore b/.gitignore
index abb2458..9d1435f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,14 +53,7 @@
tests/channel/channel_test
tests/db/db_test
tests/debug/debug_test
-tests/gsm0408/gsm0408_test
-tests/m2ua/m2ua_test
-tests/mtp/mtp_parse_test
-tests/sccp/sccp_test
-tests/sms/sms_test
-tests/timer/timer_test
-tests/sigtran/sua_server_test
-tests/sigtran/sua_client_test
+tests/*/*_test
tests/atconfig
tests/package.m4
--
To view, visit https://gerrit.osmocom.org/2195
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I53ce43fa8e09646dec56c6cc32b09c4618e9b5a5
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder