summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2020-02-27 16:44:03 +0000
committerPádraig Brady <P@draigBrady.com>2020-02-27 16:44:03 +0000
commitcc4c55e4bc56bbe984f8f4b65de6171435816b25 (patch)
treea4b636598e52897cce21d737a9026c641dc79411 /.gitignore
parent8de80feb51894e8fddc052bde0b71dc9750b5a91 (diff)
downloadcoreutils-cc4c55e4bc56bbe984f8f4b65de6171435816b25.tar.gz
maint: ensure .deps/ in the project root is ignored by git
* .gitignore: s|*/.deps/|.deps|
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
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