[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gzip changes for CVS ignore files
From: |
Paul Eggert |
Subject: |
gzip changes for CVS ignore files |
Date: |
Mon, 05 Feb 2007 13:38:30 -0800 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
I installed this:
2007-02-05 Paul Eggert <address@hidden>
* .cvsignore: Add *.gz, gunzip, zcat, zcmp, zegrep, zfgrep.
* lib/.cvsignore: Add sys_time_.h, unistd_.h.
* m4/.cvsignore: Add gnulib-common.m4, sys_time_h.m4.
Index: .cvsignore
===================================================================
RCS file: /cvsroot/gzip/gzip/.cvsignore,v
retrieving revision 1.3
diff -u -p -r1.3 .cvsignore
--- .cvsignore 8 Dec 2006 09:32:33 -0000 1.3
+++ .cvsignore 5 Feb 2007 21:35:46 -0000
@@ -1,5 +1,6 @@
*.cache
*.doc
+*.gz
*.lineno
*.log
.deps
@@ -10,10 +11,15 @@ aclocal.m4
build-aux
config.status
configure
+gunzip
gzexe
gzip
gzip-*
+zcat
+zcmp
zdiff
+zegrep
+zfgrep
zforce
zgrep
zless
Index: lib/.cvsignore
===================================================================
RCS file: /cvsroot/gzip/gzip/lib/.cvsignore,v
retrieving revision 1.3
diff -u -p -r1.3 .cvsignore
--- lib/.cvsignore 8 Dec 2006 09:32:33 -0000 1.3
+++ lib/.cvsignore 5 Feb 2007 21:35:46 -0000
@@ -54,9 +54,11 @@ strncasecmp.c
strnlen1.c
strnlen1.h
sys
+sys_time_.h
timespec.h
unistd--.h
unistd-safer.h
+unistd_.h
utimens.c
utimens.h
wcwidth.h
Index: m4/.cvsignore
===================================================================
RCS file: /cvsroot/gzip/gzip/m4/.cvsignore,v
retrieving revision 1.2
diff -u -p -r1.2 .cvsignore
--- m4/.cvsignore 7 Dec 2006 07:55:14 -0000 1.2
+++ m4/.cvsignore 5 Feb 2007 21:35:46 -0000
@@ -10,6 +10,7 @@ getdelim.m4
getline.m4
getopt.m4
gnulib-cache.m4
+gnulib-common.m4
gnulib-comp.m4
gnulib-tool.m4
inline.m4
@@ -26,6 +27,7 @@ stdbool.m4
stdint.m4
strcase.m4
sys_stat_h.m4
+sys_time_h.m4
timespec.m4
ulonglong.m4
unistd-safer.m4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gzip changes for CVS ignore files,
Paul Eggert <=