From 87a9bad178e2b97354524affcd9d6ae85e00ad97 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 29 Jul 2009 12:59:58 -0700 Subject: [PATCH] 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. --- .gitignore | 7 +++++++ debian/.gitignore | 8 ++++++++ lib/.gitignore | 23 +++++++++++++++++++++++ po/.gitignore | 3 +++ rmt/.gitignore | 4 ++++ scripts/.gitignore | 1 + src/.gitignore | 4 ++++ tests/.gitignore | 7 +++++++ 8 files changed, 57 insertions(+) create mode 100644 .gitignore create mode 100644 debian/.gitignore create mode 100644 lib/.gitignore create mode 100644 po/.gitignore create mode 100644 rmt/.gitignore create mode 100644 scripts/.gitignore create mode 100644 src/.gitignore create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10cc0d6 --- /dev/null +++ b/.gitignore @@ -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 index 0000000..5956d7f --- /dev/null +++ b/debian/.gitignore @@ -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 index 0000000..63b8ab6 --- /dev/null +++ b/lib/.gitignore @@ -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 index 0000000..1c288cb --- /dev/null +++ b/po/.gitignore @@ -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 index 0000000..011ea84 --- /dev/null +++ b/rmt/.gitignore @@ -0,0 +1,4 @@ +.deps +Makefile +rmt +*.o diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 0000000..f3c7a7c --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1 @@ +Makefile diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..98134dd --- /dev/null +++ b/src/.gitignore @@ -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 index 0000000..c3ec198 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,7 @@ +.deps +Makefile +atconfig +atlocal +genfile +testsuite.log +*.o \ No newline at end of file -- 2.43.0