coreutils
[Top][All Lists]
Advanced

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

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


From: Pádraig Brady
Subject: [PATCH] maint: ensure .deps/ in the project root is ignored by git
Date: Thu, 27 Feb 2020 16:46:18 +0000

* .gitignore: s|*/.deps/|.deps|
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 9793d6cb7..318c02617 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,9 +4,9 @@
 *.gcda
 *.gcno
 *.o
-*/.deps/
 *~
 ._bootmp
+.deps
 .gdb-history
 .kludge-stamp
 .version
-- 
2.24.1




reply via email to

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