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 *.{cc,hh}, whitelist library/*.{cc,hh}
......................................................................
gitignore *.{cc,hh}, whitelist library/*.{cc,hh}
ttcn3 creates these files, and they clutter 'git status' output.
Change-Id: I6b7868ae71d3d3e710232b22a964f701ae8bd05d
---
M .gitignore
1 file changed, 4 insertions(+), 2 deletions(-)
Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified
diff --git a/.gitignore b/.gitignore
index cc06c3c..6973828 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,10 @@
-bin/*.cc
-bin/*.hh
 deps/*/
 *.o
 *.log
 *.so
 compile
 */.gitignore
+*.cc
+*.hh
+!library/*.cc
+!library/*.hh
-- 
To view, visit https://gerrit.osmocom.org/7313
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6b7868ae71d3d3e710232b22a964f701ae8bd05d
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>