mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
f56144e18a
commit
cd43b55da7
3 changed files with 1 additions and 7 deletions
3
nix/boost/.gitignore
vendored
3
nix/boost/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
||||||
*.hpp
|
|
||||||
*.cpp
|
|
||||||
*.cc
|
|
3
nix/libstore/.gitignore
vendored
3
nix/libstore/.gitignore
vendored
|
@ -1,3 +1,2 @@
|
||||||
*.cc
|
|
||||||
*.hh
|
|
||||||
/schema.sql
|
/schema.sql
|
||||||
|
/schema.sql.hh
|
||||||
|
|
2
nix/libutil/.gitignore
vendored
2
nix/libutil/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
*.cc
|
|
||||||
*.hh
|
|
Loading…
Reference in a new issue