From cd43b55da7ab51c996a7a3449c78f2a493616106 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 23 Jun 2020 18:24:37 +0100 Subject: 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. --- nix/libstore/.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nix/libstore') 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 -- cgit v1.2.3