summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2016-01-03 23:26:49 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2016-01-05 01:46:04 +0100
commit28e4620f0757786b15fd81d157fe95476e10bb75 (patch)
tree27f571207deb4157d32dd8db786ca1776b5b420a
parenta6f3c6fedd3c8866e2a444efb5757f6c0a956512 (diff)
downloadfindutils-28e4620f0757786b15fd81d157fe95476e10bb75.tar.gz
maint: update .gitignore files, remove obsolete .cvsignore files
* .gitignore (tool-versions.txt): Add entry. (ABOUT-NLS): Change to ... (/ABOUT-NLS): ... this to avoid ./bootstrap adding it again. * build-aux/.gitignore (/ar-lib, /snippet/, /test-driver): Add entries. While at it, use the git-specific '/' prefix on other entries, and sort the file. * doc/.gitignore (/dblocation.texi): Add entry. Prefix other entries with '/' and sort the file. * find/.gitignore (/exec.o, /print.o): Likewise. * find/testsuite/.gitignore (/configured-testfiles.txt, /*.log, /*.trs): Likewise. * lib/.gitignore (check-regexprops, /check-regexprops.log, /check-regexprops.trs, /regexprops.texi.new, /splitstring.o, /test_splitstring, /test_splitstring.log, /test_splitstring.o /test_splitstring.trs, /test-suite.log): Likewise. * po/.gitignore (/Makevars): Add entry. While at it, prefix all other entries with '/', too, to avoid bootstrap adding entries for e.g. "/Makefile.in.in" again. * .cvsignore: Remove file. * build-aux/.cvsignore: Likewise. * doc/.cvsignore: Likewise. * find/.cvsignore: Likewise. * find/testsuite/.cvsignore: Likewise. * lib/.cvsignore: Likewise. * locate/.cvsignore: Likewise. * locate/testsuite/.cvsignore: Likewise. * m4/.cvsignore: Likewise. * po/.cvsignore: Likewise. * xargs/.cvsignore: Likewise. * xargs/testsuite/.cvsignore: Likewise.
-rw-r--r--.cvsignore23
-rw-r--r--.gitignore30
-rw-r--r--build-aux/.cvsignore22
-rw-r--r--build-aux/.gitignore39
-rw-r--r--doc/.cvsignore33
-rw-r--r--doc/.gitignore59
-rw-r--r--find/.cvsignore5
-rw-r--r--find/.gitignore34
-rw-r--r--find/testsuite/.cvsignore6
-rw-r--r--find/testsuite/.gitignore15
-rw-r--r--lib/.cvsignore21
-rw-r--r--lib/.gitignore50
-rw-r--r--locate/.cvsignore10
-rw-r--r--locate/testsuite/.cvsignore5
-rw-r--r--m4/.cvsignore2
-rw-r--r--po/.cvsignore7
-rw-r--r--po/.gitignore15
-rw-r--r--xargs/.cvsignore4
-rw-r--r--xargs/testsuite/.cvsignore5
19 files changed, 132 insertions, 253 deletions
diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 0567126e..00000000
--- a/.cvsignore
+++ /dev/null
@@ -1,23 +0,0 @@
-Makefile
-Makefile.in
-aclocal.m4
-build
-config.cache
-autom4te.cache
-config.h
-config.h.in
-configure
-config.log
-config.status
-stamp-h1
-config.sub
-config.rpath
-config.guess
-gnulib
-install-sh
-link-warning.h
-gnulib-git
-tests
-findutils-*
-GNUmakefile
-maint.mk
diff --git a/.gitignore b/.gitignore
index ce351cbe..f42366ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,26 +1,28 @@
+/ABOUT-NLS
+*~
ABOUT-NLS
-ChangeLog
-Makefile
-Makefile.in
aclocal.m4
+autom4te.cache
build
+ChangeLog
config.cache
-autom4te.cache
+config.guess
config.h
config.h.in
-configure
config.log
+config.rpath
config.status
-stamp-h1
config.sub
-config.rpath
-config.guess
-gl
+configure
+/gl/
+/GNUmakefile
+INSTALL
install-sh
link-warning.h
-tests
-*~
-patches
-INSTALL
-/GNUmakefile
/maint.mk
+Makefile
+Makefile.in
+patches
+stamp-h1
+tests
+/tool-versions.txt
diff --git a/build-aux/.cvsignore b/build-aux/.cvsignore
deleted file mode 100644
index 35757248..00000000
--- a/build-aux/.cvsignore
+++ /dev/null
@@ -1,22 +0,0 @@
-compile
-config.guess
-config.rpath
-config.sub
-depcomp
-install-sh
-mdate-sh
-missing
-texinfo.tex
-link-warning.h
-Makefile.in
-Makefile
-mkinstalldirs
-ylwrap
-arg-nonnull.h
-warn-on-use.h
-c++defs.h
-useless-if-before-free
-vc-list-files
-update-copyright
-unused-parameter.h
-gitlog-to-changelog
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index dd099329..d403b486 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -1,22 +1,25 @@
-/config.rpath~
-config.guess
-config.rpath
-config.sub
-depcomp
-install-sh
-mdate-sh
-missing
-texinfo.tex
-link-warning.h
-Makefile.in
-mkinstalldirs
-ylwrap
-compile
/arg-nonnull.h
-/warn-on-use.h
+/ar-lib
/c++defs.h
+/compile
+/config.guess
+/*~
+/config.rpath
+/config.sub
+/depcomp
+/gitlog-to-changelog
+/install-sh
+/link-warning.h
+/Makefile.in
+/mdate-sh
+/missing
+/mkinstalldirs
+/snippet/
+/test-driver
+/texinfo.tex
+/unused-parameter.h
+/update-copyright
/useless-if-before-free
/vc-list-files
-/update-copyright
-/unused-parameter.h
-/gitlog-to-changelog
+/warn-on-use.h
+/ylwrap
diff --git a/doc/.cvsignore b/doc/.cvsignore
deleted file mode 100644
index bf4307d8..00000000
--- a/doc/.cvsignore
+++ /dev/null
@@ -1,33 +0,0 @@
-Makefile
-Makefile.in
-mdate-sh
-*.aux
-*.cp
-*.cps
-*.dvi
-*.fn
-*.fns
-*.html
-*.info
-*.info-*
-*.ky
-*.log
-*.pdf
-*.pg
-*.ps
-*.toc
-*.tp
-*.vr
-*.vrs
-regexprops.texi
-stamp-vti
-version.texi
-texinfo.tex
-getdate.texi
-find-maint.info
-stamp-1
-versionmaint.texi
-fdl.texi
-gpl-3.0.texi
-regexprops-generic.texi
-parse-datetime.texi
diff --git a/doc/.gitignore b/doc/.gitignore
index f0996f22..8a256bc1 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1,30 +1,31 @@
-Makefile
-Makefile.in
-mdate-sh
-find.aux
-find.cp
-find.cps
-find.dvi
-find.fn
-find.fns
-find.info
-find.info-1
-find.info-2
-find.ky
-find.log
-find.pg
-find.ps
-find.toc
-find.tp
-find.vr
-stamp-vti
-version.texi
-texinfo.tex
-getdate.texi
-versionmaint.texi
-stamp-1
-find-maint.info
-fdl.texi
-gpl-3.0.texi
-regexprops-generic.texi
+/Makefile
+/Makefile.in
+/mdate-sh
+/find.aux
+/find.cp
+/find.cps
+/find.dvi
+/find.fn
+/find.fns
+/find.info
+/find.info-1
+/find.info-2
+/find.ky
+/find.log
+/find.pg
+/find.ps
+/find.toc
+/find.tp
+/find.vr
+/stamp-vti
+/version.texi
+/texinfo.tex
+/getdate.texi
+/versionmaint.texi
+/stamp-1
+/find-maint.info
+/fdl.texi
+/gpl-3.0.texi
+/regexprops-generic.texi
/parse-datetime.texi
+/dblocation.texi
diff --git a/find/.cvsignore b/find/.cvsignore
deleted file mode 100644
index 310cc398..00000000
--- a/find/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-.deps
-Makefile
-Makefile.in
-find
-oldfind
diff --git a/find/.gitignore b/find/.gitignore
index 095f9c20..8b084deb 100644
--- a/find/.gitignore
+++ b/find/.gitignore
@@ -1,16 +1,18 @@
-.deps
-Makefile
-Makefile.in
-find
-oldfind
-*~
-finddata.o
-oldfind.o
-fstype.o
-ftsfind.o
-parser.o
-pred.o
-sharefile.o
-tree.o
-util.o
-libfindtools.a
+/*~
+/.deps/
+/exec.o
+/find
+/finddata.o
+/fstype.o
+/ftsfind.o
+/libfindtools.a
+/Makefile
+/Makefile.in
+/oldfind
+/oldfind.o
+/parser.o
+/pred.o
+/print.o
+/sharefile.o
+/tree.o
+/util.o
diff --git a/find/testsuite/.cvsignore b/find/testsuite/.cvsignore
deleted file mode 100644
index a88d57ab..00000000
--- a/find/testsuite/.cvsignore
+++ /dev/null
@@ -1,6 +0,0 @@
-Makefile
-Makefile.in
-dbg.log
-find.log
-find.sum
-site.exp
diff --git a/find/testsuite/.gitignore b/find/testsuite/.gitignore
index a88d57ab..42146d57 100644
--- a/find/testsuite/.gitignore
+++ b/find/testsuite/.gitignore
@@ -1,6 +1,9 @@
-Makefile
-Makefile.in
-dbg.log
-find.log
-find.sum
-site.exp
+/configured-testfiles.txt
+/dbg.log
+/find.log
+/find.sum
+/*.log
+/Makefile
+/Makefile.in
+/site.exp
+/*.trs
diff --git a/lib/.cvsignore b/lib/.cvsignore
deleted file mode 100644
index 6c5f82a1..00000000
--- a/lib/.cvsignore
+++ /dev/null
@@ -1,21 +0,0 @@
-.deps
-Makefile
-Makefile.in
-regexprops
-gnulib-version.c
-buildcmd.o
-dircallback.o
-extendbuf.o
-fdleak.o
-findutils-version.o
-forcefindlib.o
-gnulib-version.o
-libfind.a
-listfile.o
-nextelem.o
-printquoted.o
-qmark.o
-regexprops.o
-regextype.o
-safe-atoi.o
-savedirinfo.o
diff --git a/lib/.gitignore b/lib/.gitignore
index 1b9e030c..aef2a92e 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -1,20 +1,30 @@
-.deps
-Makefile
-Makefile.in
-regexprops
-buildcmd.o
-dircallback.o
-extendbuf.o
-fdleak.o
-findutils-version.o
-forcefindlib.o
-gnulib-version.o
-listfile.o
-nextelem.o
-printquoted.o
-qmark.o
-regextype.o
-safe-atoi.o
-savedirinfo.o
-libfind.a
-regexprops.o
+/buildcmd.o
+/check-regexprops
+/check-regexprops.log
+/check-regexprops.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
+/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/.cvsignore b/locate/.cvsignore
deleted file mode 100644
index 03a35565..00000000
--- a/locate/.cvsignore
+++ /dev/null
@@ -1,10 +0,0 @@
-.deps
-Makefile
-Makefile.in
-bigram
-code
-config.h.in
-dblocation.texi
-frcode
-locate
-updatedb
diff --git a/locate/testsuite/.cvsignore b/locate/testsuite/.cvsignore
deleted file mode 100644
index de8a3834..00000000
--- a/locate/testsuite/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-Makefile
-Makefile.in
-locate.log
-locate.sum
-site.exp
diff --git a/m4/.cvsignore b/m4/.cvsignore
deleted file mode 100644
index 282522db..00000000
--- a/m4/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/po/.cvsignore b/po/.cvsignore
deleted file mode 100644
index 7c6f203d..00000000
--- a/po/.cvsignore
+++ /dev/null
@@ -1,7 +0,0 @@
-*.gmo
-Makefile
-Makefile.in
-POTFILES
-cat-id-tbl.c
-stamp-po
-remove-potcdate.sed
diff --git a/po/.gitignore b/po/.gitignore
index 1511725c..6e8a88b3 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -1,7 +1,8 @@
-*.gmo
-Makefile
-Makefile.in
-Makefile.in.in
-POTFILES
-cat-id-tbl.c
-stamp-po
+/cat-id-tbl.c
+/*.gmo
+/Makefile
+/Makefile.in
+/Makefile.in.in
+/Makevars
+/POTFILES
+/stamp-po
diff --git a/xargs/.cvsignore b/xargs/.cvsignore
deleted file mode 100644
index 7b0f96e3..00000000
--- a/xargs/.cvsignore
+++ /dev/null
@@ -1,4 +0,0 @@
-.deps
-Makefile
-Makefile.in
-xargs
diff --git a/xargs/testsuite/.cvsignore b/xargs/testsuite/.cvsignore
deleted file mode 100644
index cef6adbc..00000000
--- a/xargs/testsuite/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-Makefile
-Makefile.in
-site.exp
-xargs.log
-xargs.sum