diff options
author | Christopher Baines <mail@cbaines.net> | 2020-06-23 18:24:37 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-06-24 19:55:22 +0100 |
commit | cd43b55da7ab51c996a7a3449c78f2a493616106 (patch) | |
tree | 0a887c99c157d08c3214f10c97a77c3188dec7ac /nix | |
parent | f56144e18a1acc953a4e9a9bd7f43a413bf577c9 (diff) |
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.
Diffstat (limited to 'nix')
-rw-r--r-- | nix/boost/.gitignore | 3 | ||||
-rw-r--r-- | nix/libstore/.gitignore | 3 | ||||
-rw-r--r-- | nix/libutil/.gitignore | 2 |
3 files changed, 1 insertions, 7 deletions
diff --git a/nix/boost/.gitignore b/nix/boost/.gitignore deleted file mode 100644 index 1f188e3b65..0000000000 --- a/nix/boost/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -*.hpp -*.cpp -*.cc diff --git a/nix/libstore/.gitignore b/nix/libstore/.gitignore index 512a0d022f..805301d6d7 100644 --- a/nix/libstore/.gitignore +++ b/nix/libstore/.gitignore @@ -1,3 +1,2 @@ -*.cc -*.hh /schema.sql +/schema.sql.hh diff --git a/nix/libutil/.gitignore b/nix/libutil/.gitignore deleted file mode 100644 index e539428b1b..0000000000 --- a/nix/libutil/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.cc -*.hh |