]> git.cworth.org Git - gzip/commitdiff
Add .gitignore files for generated files
authorCarl Worth <cworth@cworth.org>
Fri, 27 Feb 2009 21:43:01 +0000 (13:43 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 27 Feb 2009 21:43:01 +0000 (13:43 -0800)
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.

.gitignore [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..f76db97
--- /dev/null
@@ -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 (file)
index 0000000..2ed5198
--- /dev/null
@@ -0,0 +1,8 @@
+config.h
+fcntl.h
+libgzip.a
+stamp-h1
+stdlib.h
+time.h
+unistd.h
+sys/stat.h