aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-15 22:27:33 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-16 18:25:55 +0100
commit310f5761d4b491ba87d087f7dcede4daaac123ec (patch)
treeec71e0e04e277782e249832ceca719599abff909 /.gitignore
parentade455b09c05fc0260f74625e34dc3e052fe79a9 (diff)
gitignore *.{cc,hh}, whitelist library/*.{cc,hh}
ttcn3 creates these files, and they clutter 'git status' output. Change-Id: I6b7868ae71d3d3e710232b22a964f701ae8bd05d
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index cc06c3cc..69738289 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