From f6f60cc70fff287d53117309ff5ffb1e7a914a32 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 16 Aug 2009 09:58:27 +0200 Subject: [PATCH] maint: rename .cvsignore files to .gitignore * .gitignore: Renamed from .cvsignore. * doc/.gitignore: Likewise. * lib/.gitignore: Likewise. * m4/.gitignore: Likewise. --- .cvsignore => .gitignore | 4 ++++ doc/{.cvsignore => .gitignore} | 4 +--- lib/{.cvsignore => .gitignore} | 6 ++++++ m4/{.cvsignore => .gitignore} | 12 +++++++++++- 4 files changed, 22 insertions(+), 4 deletions(-) rename .cvsignore => .gitignore (87%) rename doc/{.cvsignore => .gitignore} (52%) rename lib/{.cvsignore => .gitignore} (89%) rename m4/{.cvsignore => .gitignore} (74%) diff --git a/.cvsignore b/.gitignore similarity index 87% rename from .cvsignore rename to .gitignore index ab29b28..accfd52 100644 --- a/.cvsignore +++ b/.gitignore @@ -4,7 +4,11 @@ *.gz *.lineno *.log +*.o +*~ .deps +/GNUmakefile +/maint.mk INSTALL Makefile Makefile.in diff --git a/doc/.cvsignore b/doc/.gitignore similarity index 52% rename from doc/.cvsignore rename to doc/.gitignore index 046abdf..9bc6aa5 100644 --- a/doc/.cvsignore +++ b/doc/.gitignore @@ -1,6 +1,4 @@ -*.info* -Makefile -Makefile.in fdl.texi +gzip.info stamp-vti version.texi diff --git a/lib/.cvsignore b/lib/.gitignore similarity index 89% rename from lib/.cvsignore rename to lib/.gitignore index dc6392f..27d515c 100644 --- a/lib/.cvsignore +++ b/lib/.gitignore @@ -5,6 +5,7 @@ config.h config.hin creat-safer.c dup-safer.c +errno.in.h error.c error.h exitfail.c @@ -21,11 +22,15 @@ 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 @@ -42,6 +47,7 @@ unistd.h unistd.in.h utimens.c utimens.h +wchar.in.h xalloc-die.c xalloc.h xmalloc.c diff --git a/m4/.cvsignore b/m4/.gitignore similarity index 74% rename from m4/.cvsignore rename to m4/.gitignore index 27689c9..5fd774b 100644 --- a/m4/.cvsignore +++ b/m4/.gitignore @@ -1,4 +1,5 @@ -absolute-header.m4 +00gnulib.m4 +errno_h.m4 error.m4 exitfail.m4 extensions.m4 @@ -11,8 +12,14 @@ 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 @@ -24,5 +31,8 @@ unistd_h.m4 utimbuf.m4 utimens.m4 utimes.m4 +wchar.m4 +wchar_t.m4 +wint_t.m4 xalloc.m4 yesno.m4 -- 2.47.2