Hello Harald Welte, Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/7313

to look at the new patch set (#2).

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/13/7313/2

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: newpatchset
Gerrit-Change-Id: I6b7868ae71d3d3e710232b22a964f701ae8bd05d
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>

Reply via email to