summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-09 12:37:05 +0200
committerJim Meyering <meyering@redhat.com>2009-10-09 15:22:09 +0200
commit98149fd7d5ed21e47b375d7dc109881a6ac3b4d1 (patch)
tree0434f6c024475a485b7266b1d751515bfcb12641 /.gitignore
parentc2ebedad623c8d44b1660a6827edbba06df503b7 (diff)
downloadgzip-98149fd7d5ed21e47b375d7dc109881a6ac3b4d1.tar.gz
zdiff would exit 2 (error) rather than 1 for differences
* zdiff.in: Save and restore cmp's exit status around a case statement that would otherwise clobber its value. * NEWS (Bug fixes): Mention it. * tests/zdiff: New test; exercise both bugs. * tests/test-lib.sh: New file. From coreutils. * Makefile.am (EXTRA_DIST): Add tests/test-lib.sh. (TESTS): Add tests/zdiff. (TESTS_ENVIRONMENT): Define. From coreutils. (EXTRA_DIST): Append all $(TESTS).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore38
1 files changed, 19 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore
index c126c1d..d303400 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,27 +8,27 @@
.deps
/GNUmakefile
/maint.mk
-INSTALL
+/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
+/aclocal.m4
+/build-aux
+/config.status
+/configure
+/gunzip
+/gzexe
+/gzip
+/gzip-*
+/zcat
+/zcmp
+/zdiff
+/zegrep
+/zfgrep
+/zforce
+/zgrep
+/zless
+/zmore
+/znew
/GNUmakefile
/maint.mk
ChangeLog