guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: nix: Tweak .gitignore files.


From: guix-commits
Subject: branch master updated: nix: Tweak .gitignore files.
Date: Wed, 24 Jun 2020 14:55:50 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cd43b55  nix: Tweak .gitignore files.
cd43b55 is described below

commit cd43b55da7ab51c996a7a3449c78f2a493616106
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jun 23 18:24:37 2020 +0100

    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/boost/.gitignore    | 3 ---
 nix/libstore/.gitignore | 3 +--
 nix/libutil/.gitignore  | 2 --
 3 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/nix/boost/.gitignore b/nix/boost/.gitignore
deleted file mode 100644
index 1f188e3..0000000
--- a/nix/boost/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.hpp
-*.cpp
-*.cc
diff --git a/nix/libstore/.gitignore b/nix/libstore/.gitignore
index 512a0d0..805301d 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 e539428..0000000
--- a/nix/libutil/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.cc
-*.hh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]