From: Carl Worth Date: Fri, 27 Feb 2009 21:43:01 +0000 (-0800) Subject: Add .gitignore files for generated files X-Git-Url: https://git.cworth.org/git?p=gzip;a=commitdiff_plain;h=e69450077be2e9b4045c21e2ec528e5085ba4820 Add .gitignore files for generated files There's the usual .o files, libraries, binaries, and build-system stuff here, but also some generated .h files with names like standard C library includes. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f76db97 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +.deps +Makefile +*.o +config.log +config.status +gunzip +gzexe +gzip +zcat +zcmp +zdiff +zegrep +zfgrep +zforce +zgrep +zless +zmore +znew diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..2ed5198 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,8 @@ +config.h +fcntl.h +libgzip.a +stamp-h1 +stdlib.h +time.h +unistd.h +sys/stat.h