]> git.cworth.org Git - tar/commitdiff
Add .gitignore files for generated files.
authorCarl Worth <cworth@cworth.org>
Wed, 29 Jul 2009 19:59:58 +0000 (12:59 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 29 Jul 2009 20:03:09 +0000 (13:03 -0700)
There's the usual .o files, libraries, binaries, and build-system
stuff here, but also some generated .h files.

.gitignore [new file with mode: 0644]
debian/.gitignore [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
po/.gitignore [new file with mode: 0644]
rmt/.gitignore [new file with mode: 0644]
scripts/.gitignore [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..10cc0d6
--- /dev/null
@@ -0,0 +1,7 @@
+Makefile
+build-stamp
+config.h
+config.log
+config.status
+configure-stamp
+stamp-h1
diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644 (file)
index 0000000..5956d7f
--- /dev/null
@@ -0,0 +1,8 @@
+files
+tar.1
+tar.debhelper.log
+tar.postinst.debhelper
+tar.postrm.debhelper
+tar.substvars
+tar
+
diff --git a/lib/.gitignore b/lib/.gitignore
new file mode 100644 (file)
index 0000000..63b8ab6
--- /dev/null
@@ -0,0 +1,23 @@
+.deps
+Makefile
+alloca.h
+charset.alias
+configmake.h
+dirent.h
+fcntl.h
+getopt.h
+inttypes.h
+libtar.a
+ref-add.sed
+ref-del.sed
+rmt-command.h
+stdio.h
+stdlib.h
+string.h
+strings.h
+sys
+time.h
+unistd.h
+uniwidth/.deps
+uniwidth/.dirstamp
+*.o
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644 (file)
index 0000000..1c288cb
--- /dev/null
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+POTFILES
\ No newline at end of file
diff --git a/rmt/.gitignore b/rmt/.gitignore
new file mode 100644 (file)
index 0000000..011ea84
--- /dev/null
@@ -0,0 +1,4 @@
+.deps
+Makefile
+rmt
+*.o
diff --git a/scripts/.gitignore b/scripts/.gitignore
new file mode 100644 (file)
index 0000000..f3c7a7c
--- /dev/null
@@ -0,0 +1 @@
+Makefile
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644 (file)
index 0000000..98134dd
--- /dev/null
@@ -0,0 +1,4 @@
+.deps
+Makefile
+tar
+*.o
\ No newline at end of file
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644 (file)
index 0000000..c3ec198
--- /dev/null
@@ -0,0 +1,7 @@
+.deps
+Makefile
+atconfig
+atlocal
+genfile
+testsuite.log
+*.o
\ No newline at end of file