maint: rename .cvsignore files to .gitignore
authorJim Meyering <meyering@redhat.com>
Sun, 16 Aug 2009 07:58:27 +0000 (09:58 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 18 Aug 2009 07:28:05 +0000 (09:28 +0200)
* .gitignore: Renamed from .cvsignore.
* doc/.gitignore: Likewise.
* lib/.gitignore: Likewise.
* m4/.gitignore: Likewise.

.cvsignore [deleted file]
.gitignore [new file with mode: 0644]
doc/.cvsignore [deleted file]
doc/.gitignore [new file with mode: 0644]
lib/.cvsignore [deleted file]
lib/.gitignore [new file with mode: 0644]
m4/.cvsignore [deleted file]
m4/.gitignore [new file with mode: 0644]

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644 (file)
index ab29b28..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-*._bootmp*
-*.cache
-*.doc
-*.gz
-*.lineno
-*.log
-.deps
-INSTALL
-Makefile
-Makefile.in
-aclocal.m4
-build-aux
-config.status
-configure
-gunzip
-gzexe
-gzip
-gzip-*
-zcat
-zcmp
-zdiff
-zegrep
-zfgrep
-zforce
-zgrep
-zless
-zmore
-znew
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..accfd52
--- /dev/null
@@ -0,0 +1,32 @@
+*._bootmp*
+*.cache
+*.doc
+*.gz
+*.lineno
+*.log
+*.o
+*~
+.deps
+/GNUmakefile
+/maint.mk
+INSTALL
+Makefile
+Makefile.in
+aclocal.m4
+build-aux
+config.status
+configure
+gunzip
+gzexe
+gzip
+gzip-*
+zcat
+zcmp
+zdiff
+zegrep
+zfgrep
+zforce
+zgrep
+zless
+zmore
+znew
diff --git a/doc/.cvsignore b/doc/.cvsignore
deleted file mode 100644 (file)
index 046abdf..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-*.info*
-Makefile
-Makefile.in
-fdl.texi
-stamp-vti
-version.texi
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644 (file)
index 0000000..9bc6aa5
--- /dev/null
@@ -0,0 +1,4 @@
+fdl.texi
+gzip.info
+stamp-vti
+version.texi
diff --git a/lib/.cvsignore b/lib/.cvsignore
deleted file mode 100644 (file)
index dc6392f..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-.deps
-Makefile
-Makefile.in
-config.h
-config.hin
-creat-safer.c
-dup-safer.c
-error.c
-error.h
-exitfail.c
-exitfail.h
-fcntl--.h
-fcntl-safer.h
-fcntl.h
-fcntl.in.h
-fd-safer.c
-getopt.c
-getopt.in.h
-getopt1.c
-getopt_int.h
-gettext.h
-gnulib.mk
-intprops.h
-open-safer.c
-pipe-safer.c
-stamp-h1
-stat-time.h
-stdbool.in.h
-stdlib.h
-stdlib.in.h
-strerror.c
-string.h
-string.in.h
-sys
-sys_stat.in.h
-sys_time.in.h
-time.h
-time.in.h
-unistd--.h
-unistd-safer.h
-unistd.h
-unistd.in.h
-utimens.c
-utimens.h
-xalloc-die.c
-xalloc.h
-xmalloc.c
-yesno.c
-yesno.h
diff --git a/lib/.gitignore b/lib/.gitignore
new file mode 100644 (file)
index 0000000..27d515c
--- /dev/null
@@ -0,0 +1,55 @@
+.deps
+Makefile
+Makefile.in
+config.h
+config.hin
+creat-safer.c
+dup-safer.c
+errno.in.h
+error.c
+error.h
+exitfail.c
+exitfail.h
+fcntl--.h
+fcntl-safer.h
+fcntl.h
+fcntl.in.h
+fd-safer.c
+getopt.c
+getopt.in.h
+getopt1.c
+getopt_int.h
+gettext.h
+gnulib.mk
+intprops.h
+libgzip.a
+open-safer.c
+open.c
+pipe-safer.c
+stamp-h1
+stat-time.h
+stdbool.in.h
+stddef.in.h
+stdint.in.h
+stdlib.h
+stdlib.in.h
+strerror.c
+string.h
+string.in.h
+sys
+sys_stat.in.h
+sys_time.in.h
+time.h
+time.in.h
+unistd--.h
+unistd-safer.h
+unistd.h
+unistd.in.h
+utimens.c
+utimens.h
+wchar.in.h
+xalloc-die.c
+xalloc.h
+xmalloc.c
+yesno.c
+yesno.h
diff --git a/m4/.cvsignore b/m4/.cvsignore
deleted file mode 100644 (file)
index 27689c9..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-absolute-header.m4
-error.m4
-exitfail.m4
-extensions.m4
-fcntl-safer.m4
-fcntl_h.m4
-getopt.m4
-gnulib-cache.m4
-gnulib-common.m4
-gnulib-comp.m4
-gnulib-tool.m4
-include_next.m4
-inline.m4
-stat-time.m4
-stdbool.m4
-stdlib_h.m4
-strerror.m4
-string_h.m4
-sys_stat_h.m4
-sys_time_h.m4
-time_h.m4
-unistd-safer.m4
-unistd_h.m4
-utimbuf.m4
-utimens.m4
-utimes.m4
-xalloc.m4
-yesno.m4
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644 (file)
index 0000000..5fd774b
--- /dev/null
@@ -0,0 +1,38 @@
+00gnulib.m4
+errno_h.m4
+error.m4
+exitfail.m4
+extensions.m4
+fcntl-safer.m4
+fcntl_h.m4
+getopt.m4
+gnulib-cache.m4
+gnulib-common.m4
+gnulib-comp.m4
+gnulib-tool.m4
+include_next.m4
+inline.m4
+longlong.m4
+mode_t.m4
+multiarch.m4
+open.m4
+stat-time.m4
+stdbool.m4
+stddef_h.m4
+stdint.m4
+stdlib_h.m4
+strerror.m4
+string_h.m4
+sys_stat_h.m4
+sys_time_h.m4
+time_h.m4
+unistd-safer.m4
+unistd_h.m4
+utimbuf.m4
+utimens.m4
+utimes.m4
+wchar.m4
+wchar_t.m4
+wint_t.m4
+xalloc.m4
+yesno.m4