diff options
author | Jim Meyering <jim@meyering.net> | 2007-05-13 18:23:41 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-05-13 18:23:41 +0200 |
commit | 893ac688cc1fb91e15e0c0d2bbf7066366254337 (patch) | |
tree | 0ffa7365d4051860e5582bd5ba430daed69fba1d /.cvsignore | |
parent | 16385191ced6aeaf41f5669f723ade59a12b0e5d (diff) | |
download | coreutils-893ac688cc1fb91e15e0c0d2bbf7066366254337.tar.xz |
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 '.cvsignore')
-rw-r--r-- | .cvsignore | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore index 577887b0c..0f06bb5c4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,7 +8,17 @@ Makefile Makefile.in THANKS-to-translators aclocal.m4 -chcon config.status configure coreutils-* +tests/cut/Makefile.am +tests/head/Makefile.am +tests/join/Makefile.am +tests/pr/Makefile.am +tests/sort/Makefile.am +tests/tac/Makefile.am +tests/tail/Makefile.am +tests/test/Makefile.am +tests/tr/Makefile.am +tests/uniq/Makefile.am +tests/wc/Makefile.am |