From 97fe6e7dd12b96f6a7d16696a8c2b02624096b84 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 12 Jan 2013 17:48:58 -0500 Subject: Rename CVS ignore files to .gitignore --- .cvsignore | 37 ------------------------------------- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ config/.cvsignore | 11 ----------- config/.gitignore | 11 +++++++++++ doc/.cvsignore | 8 -------- doc/.gitignore | 8 ++++++++ glob/.cvsignore | 2 -- po/.cvsignore | 6 ------ po/.gitignore | 6 ++++++ tests/.cvsignore | 3 --- tests/.gitignore | 3 +++ w32/.cvsignore | 2 -- 12 files changed, 65 insertions(+), 69 deletions(-) delete mode 100644 .cvsignore create mode 100644 .gitignore delete mode 100644 config/.cvsignore create mode 100644 config/.gitignore delete mode 100644 doc/.cvsignore create mode 100644 doc/.gitignore delete mode 100644 glob/.cvsignore delete mode 100644 po/.cvsignore create mode 100644 po/.gitignore delete mode 100644 tests/.cvsignore create mode 100644 tests/.gitignore delete mode 100644 w32/.cvsignore diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 15ec215..0000000 --- a/.cvsignore +++ /dev/null @@ -1,37 +0,0 @@ -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* ABOUT-NLS -make-3* make-test* -*.info *.info-* -stamp-* -makebook* - -.*gdbinit -.gdb_history - -*.dep *.dvi *.toc *.aux *.log -*.cp *.cps *.fn *.fns *.vr *.vrs *.tp *.tps *.ky *.kys *.pg *.pgs - -README README.DOS README.W32 README.OS2 -aclocal.m4 autom4te.cache -config.h.in config.h config.status config.cache configure -Makefile.in Makefile -build.sh.in build.sh -SMakefile NMakefile Makefile.DOS -config.ami configh.dos config.h.W32 config.h-vms - -loadavg loadavg.c make - -gmk-default.h - -.deps .dep_segment ID TAGS - -_* -sun4 i386 i386-netbsd hp300-netbsd hp300 rs6000 sun3 news800 amiga -hp700 hp834 mips sol2 i486-linux - -customs - -install-sh mkinstalldirs - -.directive.asc diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..15ec215 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* ABOUT-NLS +make-3* make-test* +*.info *.info-* +stamp-* +makebook* + +.*gdbinit +.gdb_history + +*.dep *.dvi *.toc *.aux *.log +*.cp *.cps *.fn *.fns *.vr *.vrs *.tp *.tps *.ky *.kys *.pg *.pgs + +README README.DOS README.W32 README.OS2 +aclocal.m4 autom4te.cache +config.h.in config.h config.status config.cache configure +Makefile.in Makefile +build.sh.in build.sh +SMakefile NMakefile Makefile.DOS +config.ami configh.dos config.h.W32 config.h-vms + +loadavg loadavg.c make + +gmk-default.h + +.deps .dep_segment ID TAGS + +_* +sun4 i386 i386-netbsd hp300-netbsd hp300 rs6000 sun3 news800 amiga +hp700 hp834 mips sol2 i486-linux + +customs + +install-sh mkinstalldirs + +.directive.asc diff --git a/config/.cvsignore b/config/.cvsignore deleted file mode 100644 index b95b83b..0000000 --- a/config/.cvsignore +++ /dev/null @@ -1,11 +0,0 @@ -*.m4 -config.* -mkinstalldirs -texinfo.tex -mdate-sh -compile -depcomp -install-sh -missing - -Makefile Makefile.in diff --git a/config/.gitignore b/config/.gitignore new file mode 100644 index 0000000..b95b83b --- /dev/null +++ b/config/.gitignore @@ -0,0 +1,11 @@ +*.m4 +config.* +mkinstalldirs +texinfo.tex +mdate-sh +compile +depcomp +install-sh +missing + +Makefile Makefile.in diff --git a/doc/.cvsignore b/doc/.cvsignore deleted file mode 100644 index 49f3e9d..0000000 --- a/doc/.cvsignore +++ /dev/null @@ -1,8 +0,0 @@ -Makefile Makefile.in -version.texi fdl.texi make-stds.texi texinfo.tex -make.info* -make*.html -make.aux make.cp make.cps make.fn make.fns make.ky -make.pg make.toc make.tp make.vr make.log -make.dvi make.ps make.pdf -stamp-vti diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..49f3e9d --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,8 @@ +Makefile Makefile.in +version.texi fdl.texi make-stds.texi texinfo.tex +make.info* +make*.html +make.aux make.cp make.cps make.fn make.fns make.ky +make.pg make.toc make.tp make.vr make.log +make.dvi make.ps make.pdf +stamp-vti diff --git a/glob/.cvsignore b/glob/.cvsignore deleted file mode 100644 index efc8094..0000000 --- a/glob/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile Makefile.in -.deps diff --git a/po/.cvsignore b/po/.cvsignore deleted file mode 100644 index e850229..0000000 --- a/po/.cvsignore +++ /dev/null @@ -1,6 +0,0 @@ -*.gmo *.mo *.pot *.po - -Makefile Makefile.in Makefile.in.in Makevars.template -Rules-quot stamp-po -*.sed *.sin *.header -POTFILES diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000..e850229 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,6 @@ +*.gmo *.mo *.pot *.po + +Makefile Makefile.in Makefile.in.in Makevars.template +Rules-quot stamp-po +*.sed *.sin *.header +POTFILES diff --git a/tests/.cvsignore b/tests/.cvsignore deleted file mode 100644 index 2fe9187..0000000 --- a/tests/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -work -.*gdbinit -.gdb_history diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..2fe9187 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,3 @@ +work +.*gdbinit +.gdb_history diff --git a/w32/.cvsignore b/w32/.cvsignore deleted file mode 100644 index efc8094..0000000 --- a/w32/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile Makefile.in -.deps -- cgit v1.2.3