findutils-patches
[Top][All Lists]
Advanced

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

[PATCH 5/6] maint: ensure .deps/ in the project root is ignored by git


From: Bernhard Voelker
Subject: [PATCH 5/6] maint: ensure .deps/ in the project root is ignored by git
Date: Wed, 18 Mar 2020 08:10:07 +0100

* .gitignore (.deps/): Add entry.
* find/.gitignore (/.deps/): Remove here.
* lib/.gitignore: Likewise.
* locate/.gitignore: Likewise.
* xargs/.gitignore: Likewise.
---
 .gitignore        | 1 +
 find/.gitignore   | 1 -
 lib/.gitignore    | 1 -
 locate/.gitignore | 1 -
 xargs/.gitignore  | 1 -
 5 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8083985e..38592899 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@ config.rpath
 config.status
 config.sub
 configure
+.deps/
 /gl/
 /gnulib-tests/
 /GNUmakefile
diff --git a/find/.gitignore b/find/.gitignore
index a36a7305..2ea5572d 100644
--- a/find/.gitignore
+++ b/find/.gitignore
@@ -1,6 +1,5 @@
 /*.o
 /*~
-/.deps/
 /Makefile
 /Makefile.in
 /find
diff --git a/lib/.gitignore b/lib/.gitignore
index 1286766c..7e44ef74 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -1,7 +1,6 @@
 /*.log
 /*.o
 /*.trs
-/.deps/
 /Makefile
 /Makefile.in
 /check-regexprops
diff --git a/locate/.gitignore b/locate/.gitignore
index 704ae1a3..c7eb2592 100644
--- a/locate/.gitignore
+++ b/locate/.gitignore
@@ -1,6 +1,5 @@
 *~
 /*.o
-/.deps/
 Makefile
 Makefile.in
 config.h.in
diff --git a/xargs/.gitignore b/xargs/.gitignore
index 343b9c6c..ea24078e 100644
--- a/xargs/.gitignore
+++ b/xargs/.gitignore
@@ -1,6 +1,5 @@
 *~
 /*.o
-/.deps/
 Makefile
 Makefile.in
 xargs
-- 
2.25.1




reply via email to

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