* lib/.gitignore: Use pattern for prominent suffixes like *.o, *.log and *.a; an entry for the new intermediate file bugreports.o was missing here. Sort file. * locate/.gitignore (bigram,code,bigram.o,code.o): Remove, as these programs have been removed with commit v4.6.0-44-g89ec021. * find/.gitignore: Use pattern for *.o, and sort the file. * xargs/.gitignore: Likewise. --- find/.gitignore | 16 +++------------- lib/.gitignore | 29 +++++------------------------ locate/.gitignore | 14 ++++---------- xargs/.gitignore | 6 +++--- 4 files changed, 15 insertions(+), 50 deletions(-)
diff --git a/find/.gitignore b/find/.gitignore index 8b084de..a36a730 100644 --- a/find/.gitignore +++ b/find/.gitignore @@ -1,18 +1,8 @@ +/*.o /*~ /.deps/ -/exec.o -/find -/finddata.o -/fstype.o -/ftsfind.o -/libfindtools.a /Makefile /Makefile.in +/find +/libfindtools.a /oldfind -/oldfind.o -/parser.o -/pred.o -/print.o -/sharefile.o -/tree.o -/util.o diff --git a/lib/.gitignore b/lib/.gitignore index aef2a92..1286766 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,30 +1,11 @@ -/buildcmd.o -/check-regexprops -/check-regexprops.log -/check-regexprops.trs +/*.log +/*.o +/*.trs /.deps/ -/dircallback.o -/extendbuf.o -/fdleak.o -/findutils-version.o -/forcefindlib.o -/gnulib-version.o -/libfind.a -/listfile.o /Makefile /Makefile.in -/nextelem.o -/printquoted.o -/qmark.o +/check-regexprops +/libfind.a /regexprops -/regexprops.o /regexprops.texi.new -/regextype.o -/safe-atoi.o -/savedirinfo.o -/splitstring.o /test_splitstring -/test_splitstring.log -/test_splitstring.o -/test_splitstring.trs -/test-suite.log diff --git a/locate/.gitignore b/locate/.gitignore index 0a8dcb2..704ae1a 100644 --- a/locate/.gitignore +++ b/locate/.gitignore @@ -1,16 +1,10 @@ -.deps +*~ +/*.o +/.deps/ Makefile Makefile.in -bigram -code config.h.in +dblocation.texi frcode locate updatedb -*~ -bigram.o -code.o -frcode.o -locate.o -word_io.o -dblocation.texi diff --git a/xargs/.gitignore b/xargs/.gitignore index 13f5c16..343b9c6 100644 --- a/xargs/.gitignore +++ b/xargs/.gitignore @@ -1,6 +1,6 @@ -.deps +*~ +/*.o +/.deps/ Makefile Makefile.in xargs -*~ -xargs.o -- 2.1.4
