summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-05-13 18:23:41 +0200
committerJim Meyering <jim@meyering.net>2007-05-13 18:23:41 +0200
commit893ac688cc1fb91e15e0c0d2bbf7066366254337 (patch)
tree0ffa7365d4051860e5582bd5ba430daed69fba1d /.gitignore
parent16385191ced6aeaf41f5669f723ade59a12b0e5d (diff)
downloadcoreutils-893ac688cc1fb91e15e0c0d2bbf7066366254337.tar.gz
Remove the generated tests/*/Makefile.am files from version control.
* tests/cut/Makefile.am: git-remove this generated file. * tests/head/Makefile.am: Likewise. * tests/join/Makefile.am: Likewise. * tests/pr/Makefile.am: Likewise. * tests/sort/Makefile.am: Likewise. * tests/tac/Makefile.am: Likewise. * tests/tail/Makefile.am: Likewise. * tests/test/Makefile.am: Likewise. * tests/tr/Makefile.am: Likewise. * tests/uniq/Makefile.am: Likewise. * tests/wc/Makefile.am: Likewise. * .cvsignore, .gitignore: Ignore these generated files. * src/.cvsignore, src/.gitignore: Add chcon here, ... * .cvsignore, .gitignore: ... not here.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0937c2b11..db24bee89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,6 @@ Makefile.in
THANKS-to-translators
aclocal.m4
autom4te.cache
-chcon
config.cache
config.h
config.hin
@@ -27,14 +26,25 @@ coreutils-*.tar.gz.sig
coreutils-*.xdelta
coreutils-*.xdelta.sig
stamp-h1
+tests/cut/Makefile.am
tests/cut/cut-tests
+tests/head/Makefile.am
tests/head/head-tests
+tests/join/Makefile.am
tests/join/join-tests
+tests/pr/Makefile.am
tests/pr/pr-tests
+tests/sort/Makefile.am
tests/sort/sort-tests
+tests/tac/Makefile.am
tests/tac/tac-tests
+tests/tail/Makefile.am
tests/tail/tail-tests
+tests/test/Makefile.am
tests/test/test-tests
+tests/tr/Makefile.am
tests/tr/tr-tests
+tests/uniq/Makefile.am
tests/uniq/uniq-tests
+tests/wc/Makefile.am
tests/wc/wc-tests