From 893ac688cc1fb91e15e0c0d2bbf7066366254337 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 13 May 2007 18:23:41 +0200 Subject: 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. --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.3-70-g09d2