diff options
-rw-r--r-- | .cvsignore | 28 | ||||
-rw-r--r-- | .gitignore | 29 | ||||
-rw-r--r-- | doc/.cvsignore | 5 | ||||
-rw-r--r-- | doc/.gitignore | 3 | ||||
-rw-r--r-- | doc/api/.cvsignore | 3 | ||||
-rw-r--r-- | doc/api/.gitignore | 1 | ||||
-rw-r--r-- | etc/.cvsignore | 1 | ||||
-rw-r--r-- | etc/.gitignore | 1 | ||||
-rw-r--r-- | intl/.cvsignore | 1 | ||||
-rw-r--r-- | intl/.gitignore | 1 | ||||
-rw-r--r-- | lib/.cvsignore | 7 | ||||
-rw-r--r-- | lib/.gitignore | 3 | ||||
-rw-r--r-- | m4/.cvsignore | 5 | ||||
-rw-r--r-- | m4/.gitignore | 5 | ||||
-rw-r--r-- | ncpd/.cvsignore | 5 | ||||
-rw-r--r-- | ncpd/.gitignore | 1 | ||||
-rw-r--r-- | plpftp/.cvsignore | 5 | ||||
-rw-r--r-- | plpftp/.gitignore | 1 | ||||
-rw-r--r-- | plpfuse/.cvsignore | 5 | ||||
-rw-r--r-- | plpfuse/.gitignore | 1 | ||||
-rw-r--r-- | plpprint/.cvsignore | 6 | ||||
-rw-r--r-- | plpprint/.gitignore | 2 | ||||
-rw-r--r-- | po/.cvsignore | 7 | ||||
-rw-r--r-- | po/.gitignore | 5 | ||||
-rw-r--r-- | sisinstall/.cvsignore | 5 | ||||
-rw-r--r-- | sisinstall/.gitignore | 1 |
26 files changed, 54 insertions, 83 deletions
diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index a13e627..0000000 --- a/.cvsignore +++ /dev/null @@ -1,28 +0,0 @@ -Makefile.in -Makefile -aclocal.m4 -autom4te.cache -configure -config.guess -config.sub -libtool -config.status -config.status.lineno -config.cache -config.log -config.rpath -config.h -config.h.in -stamp-h.in -stamp-h1 -plptools-*.tar.gz -intl -ABOUT-NLS -ChangeLog -release-notes-* -out.html -compile -depcomp -missing -install-sh -ltmain.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd8f156 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +Makefile.in +Makefile +.deps +.libs +/aclocal.m4 +/autom4te.cache +/configure +/config.guess +/config.sub +/libtool +/config.status +/config.status.lineno +/config.cache +/config.log +/config.rpath +/config.h +/config.h.in +/stamp-h.in +/stamp-h1 +/plptools-*.tar.gz +/ABOUT-NLS +/ChangeLog +/release-notes-* +/out.html +/compile +/depcomp +/missing +/install-sh +/ltmain.sh diff --git a/doc/.cvsignore b/doc/.cvsignore deleted file mode 100644 index d825e7d..0000000 --- a/doc/.cvsignore +++ /dev/null @@ -1,5 +0,0 @@ -Makefile.in -Makefile -*.man -*.8 -*.1 diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..68ed0b0 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,3 @@ +/*.man +/*.8 +/*.1 diff --git a/doc/api/.cvsignore b/doc/api/.cvsignore deleted file mode 100644 index 3eed221..0000000 --- a/doc/api/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -Makefile.in -Makefile -*.html diff --git a/doc/api/.gitignore b/doc/api/.gitignore new file mode 100644 index 0000000..9b61c8c --- /dev/null +++ b/doc/api/.gitignore @@ -0,0 +1 @@ +/*.html diff --git a/etc/.cvsignore b/etc/.cvsignore deleted file mode 100644 index 5d670d7..0000000 --- a/etc/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -plptools diff --git a/etc/.gitignore b/etc/.gitignore new file mode 100644 index 0000000..ac5a4c6 --- /dev/null +++ b/etc/.gitignore @@ -0,0 +1 @@ +/plptools diff --git a/intl/.cvsignore b/intl/.cvsignore deleted file mode 100644 index 33ceb8f..0000000 --- a/intl/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Makefile
\ No newline at end of file diff --git a/intl/.gitignore b/intl/.gitignore new file mode 100644 index 0000000..39d536f --- /dev/null +++ b/intl/.gitignore @@ -0,0 +1 @@ +!/Makefile.in
\ No newline at end of file diff --git a/lib/.cvsignore b/lib/.cvsignore deleted file mode 100644 index c71907e..0000000 --- a/lib/.cvsignore +++ /dev/null @@ -1,7 +0,0 @@ -Makefile.in -Makefile -*.la -*.lo -*.loT -.libs -.deps diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..cd6e5c4 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,3 @@ +/*.la +/*.lo +/*.loT diff --git a/m4/.cvsignore b/m4/.cvsignore deleted file mode 100644 index 38066dd..0000000 --- a/m4/.cvsignore +++ /dev/null @@ -1,5 +0,0 @@ -libtool.m4 -ltoptions.m4 -ltsugar.m4 -ltversion.m4 -lt~obsolete.m4 diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..94e6f26 --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,5 @@ +/libtool.m4 +/ltoptions.m4 +/ltsugar.m4 +/ltversion.m4 +/lt~obsolete.m4 diff --git a/ncpd/.cvsignore b/ncpd/.cvsignore deleted file mode 100644 index 481d1c5..0000000 --- a/ncpd/.cvsignore +++ /dev/null @@ -1,5 +0,0 @@ -Makefile.in -Makefile -.libs -.deps -ncpd diff --git a/ncpd/.gitignore b/ncpd/.gitignore new file mode 100644 index 0000000..97f35b5 --- /dev/null +++ b/ncpd/.gitignore @@ -0,0 +1 @@ +/ncpd diff --git a/plpftp/.cvsignore b/plpftp/.cvsignore deleted file mode 100644 index d086f78..0000000 --- a/plpftp/.cvsignore +++ /dev/null @@ -1,5 +0,0 @@ -Makefile.in -Makefile -plpftp -.libs -.deps diff --git a/plpftp/.gitignore b/plpftp/.gitignore new file mode 100644 index 0000000..10532df --- /dev/null +++ b/plpftp/.gitignore @@ -0,0 +1 @@ +/plpftp diff --git a/plpfuse/.cvsignore b/plpfuse/.cvsignore deleted file mode 100644 index 6ccdb58..0000000 --- a/plpfuse/.cvsignore +++ /dev/null @@ -1,5 +0,0 @@ -Makefile.in -Makefile -.libs -.deps -plpfuse diff --git a/plpfuse/.gitignore b/plpfuse/.gitignore new file mode 100644 index 0000000..b1f9e68 --- /dev/null +++ b/plpfuse/.gitignore @@ -0,0 +1 @@ +/plpfuse
\ No newline at end of file diff --git a/plpprint/.cvsignore b/plpprint/.cvsignore deleted file mode 100644 index c5361f5..0000000 --- a/plpprint/.cvsignore +++ /dev/null @@ -1,6 +0,0 @@ -Makefile.in -Makefile -.libs -.deps -plpprintd -prolog.ps diff --git a/plpprint/.gitignore b/plpprint/.gitignore new file mode 100644 index 0000000..d325495 --- /dev/null +++ b/plpprint/.gitignore @@ -0,0 +1,2 @@ +/plpprintd +/prolog.ps diff --git a/po/.cvsignore b/po/.cvsignore deleted file mode 100644 index e6d4387..0000000 --- a/po/.cvsignore +++ /dev/null @@ -1,7 +0,0 @@ -Makefile -Makefile.in -POTFILES -*.gmo -*.pot -stamp-po -remove-potcdate.sed diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000..0e76726 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,5 @@ +/POTFILES +/*.gmo +/*.pot +/stamp-po +/remove-potcdate.sed diff --git a/sisinstall/.cvsignore b/sisinstall/.cvsignore deleted file mode 100644 index cef7c58..0000000 --- a/sisinstall/.cvsignore +++ /dev/null @@ -1,5 +0,0 @@ -Makefile.in -Makefile -sisinstall -.libs -.deps diff --git a/sisinstall/.gitignore b/sisinstall/.gitignore new file mode 100644 index 0000000..33b1e33 --- /dev/null +++ b/sisinstall/.gitignore @@ -0,0 +1 @@ +sisinstall |