diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | doc/.gitignore | 2 | ||||
-rw-r--r-- | po/.gitignore | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index c121fd331..4567b1b35 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *~ .kludge-stamp ABOUT-NLS +INSTALL Makefile Makefile.in THANKS-to-translators @@ -36,4 +37,3 @@ tests/test/test-tests tests/tr/tr-tests tests/uniq/uniq-tests tests/wc/wc-tests -INSTALL diff --git a/doc/.gitignore b/doc/.gitignore index 718e5b86d..1fbd27c6e 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,5 +1,5 @@ +coreutils.info fdl.texi getdate.texi -coreutils.info stamp-vti version.texi diff --git a/po/.gitignore b/po/.gitignore index 8b130bac1..bf2249d64 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -1,3 +1,5 @@ +*.po +LINGUAS Makefile.in Makefile.in.in Makevars |