mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-07-10 09:06:28 +02:00
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:
@@ -14,6 +14,7 @@ config.rpath
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
.deps/
|
||||
/gl/
|
||||
/gnulib-tests/
|
||||
/GNUmakefile
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/*.o
|
||||
/*~
|
||||
/.deps/
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/find
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
/*.log
|
||||
/*.o
|
||||
/*.trs
|
||||
/.deps/
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/check-regexprops
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
*~
|
||||
/*.o
|
||||
/.deps/
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.h.in
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
*~
|
||||
/*.o
|
||||
/.deps/
|
||||
Makefile
|
||||
Makefile.in
|
||||
xargs
|
||||
|
||||
Reference in New Issue
Block a user