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

* .gitignore (.deps/): Add entry.
* find/.gitignore (/.deps/): Remove here.
* lib/.gitignore: Likewise.
* locate/.gitignore: Likewise.
* xargs/.gitignore: Likewise.
This commit is contained in:
Bernhard Voelker 2020-03-15 11:07:13 +01:00
parent 42a28b0dfb
commit 6154e419b9
5 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ config.rpath
config.status
config.sub
configure
.deps/
/gl/
/gnulib-tests/
/GNUmakefile

1
find/.gitignore vendored
View File

@ -1,6 +1,5 @@
/*.o
/*~
/.deps/
/Makefile
/Makefile.in
/find

1
lib/.gitignore vendored
View File

@ -1,7 +1,6 @@
/*.log
/*.o
/*.trs
/.deps/
/Makefile
/Makefile.in
/check-regexprops

1
locate/.gitignore vendored
View File

@ -1,6 +1,5 @@
*~
/*.o
/.deps/
Makefile
Makefile.in
config.h.in

1
xargs/.gitignore vendored
View File

@ -1,6 +1,5 @@
*~
/*.o
/.deps/
Makefile
Makefile.in
xargs