gitignore *.{cc,hh}, whitelist library/*.{cc,hh}

ttcn3 creates these files, and they clutter 'git status' output.

Change-Id: I6b7868ae71d3d3e710232b22a964f701ae8bd05d
This commit is contained in:
Neels Hofmeyr 2018-03-15 22:27:33 +01:00
parent ade455b09c
commit 310f5761d4
1 changed files with 4 additions and 2 deletions

6
.gitignore vendored
View File

@ -1,8 +1,10 @@
bin/*.cc
bin/*.hh
deps/*/
*.o
*.log
*.so
compile
*/.gitignore
*.cc
*.hh
!library/*.cc
!library/*.hh