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.master
parent
f56144e18a
commit
cd43b55da7
|
@ -1,3 +0,0 @@
|
|||
*.hpp
|
||||
*.cpp
|
||||
*.cc
|
|
@ -1,3 +1,2 @@
|
|||
*.cc
|
||||
*.hh
|
||||
/schema.sql
|
||||
/schema.sql.hh
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
*.cc
|
||||
*.hh
|
Reference in New Issue