nix: Tweak .gitignore files.

Remove .gitignore entries where they match source files that are tracked in
Git.  This is relevant to me at least, as some code searching tools use
.gitignore files and will ignore matched files.
This commit is contained in:
Christopher Baines 2020-06-23 18:24:37 +01:00
parent f56144e18a
commit cd43b55da7
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
3 changed files with 1 additions and 7 deletions

View File

@ -1,3 +0,0 @@
*.hpp
*.cpp
*.cc

View File

@ -1,3 +1,2 @@
*.cc
*.hh
/schema.sql
/schema.sql.hh

View File

@ -1,2 +0,0 @@
*.cc
*.hh