diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-22 19:00:38 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-22 19:00:38 +0200 |
commit | f5417daca01691c0e6b409e39a534eb5e0f865d7 (patch) | |
tree | 7f5e816ef9b25b620cb5e90cae7848a96e8c7e11 | |
parent | b1289b87167495b1f36eff107e9eb2af33b067ab (diff) | |
download | coreutils-f5417daca01691c0e6b409e39a534eb5e0f865d7.tar.xz |
ignore po/*.po; sort .gitignore files
-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 |