mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 07:37:52 +00: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:
parent
42a28b0dfb
commit
6154e419b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,6 +14,7 @@ config.rpath
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
.deps/
|
||||
/gl/
|
||||
/gnulib-tests/
|
||||
/GNUmakefile
|
||||
|
||||
1
find/.gitignore
vendored
1
find/.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
/*.o
|
||||
/*~
|
||||
/.deps/
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/find
|
||||
|
||||
1
lib/.gitignore
vendored
1
lib/.gitignore
vendored
@ -1,7 +1,6 @@
|
||||
/*.log
|
||||
/*.o
|
||||
/*.trs
|
||||
/.deps/
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/check-regexprops
|
||||
|
||||
1
locate/.gitignore
vendored
1
locate/.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
*~
|
||||
/*.o
|
||||
/.deps/
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.h.in
|
||||
|
||||
1
xargs/.gitignore
vendored
1
xargs/.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
*~
|
||||
/*.o
|
||||
/.deps/
|
||||
Makefile
|
||||
Makefile.in
|
||||
xargs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user