summaryrefslogtreecommitdiff
path: root/lib
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-04 08:22:04 +0100
commit43b6de455e9ea8c2bbb1cf93e97bc29aef11882c (patch)
treefeb5b5322ac4635fceb6cb3a4527831811826cde /lib
parent36f8598d8051a4148662d3bae10fd639766208c6 (diff)
downloadfindutils-43b6de455e9ea8c2bbb1cf93e97bc29aef11882c.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.
Diffstat (limited to 'lib')
-rw-r--r--lib/.cvsignore21
-rw-r--r--lib/.gitignore50
2 files changed, 30 insertions, 41 deletions
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