diff options
author | Jim Meyering <jim@meyering.net> | 2007-01-06 18:38:51 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-18 18:15:05 +0100 |
commit | 32386059981a826de6827307b46c958c50a6077c (patch) | |
tree | feb5637b317c969ea720f9086143fc572152ea5a | |
parent | 1e9098dc83e580cf1640b557860600e34401c807 (diff) | |
download | coreutils-32386059981a826de6827307b46c958c50a6077c.tar.gz |
add chcon
-rw-r--r-- | .cvsignore | 2 | ||||
-rw-r--r-- | .gitignore | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.cvsignore b/.cvsignore index bf902e913..577887b0c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,7 +8,7 @@ Makefile Makefile.in THANKS-to-translators aclocal.m4 +chcon config.status configure coreutils-* -chcon diff --git a/.gitignore b/.gitignore index 213c2853d..0937c2b11 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ Makefile.in THANKS-to-translators aclocal.m4 autom4te.cache +chcon config.cache config.h config.hin @@ -37,4 +38,3 @@ tests/test/test-tests tests/tr/tr-tests tests/uniq/uniq-tests tests/wc/wc-tests -chcon |