diff options
author | Jim Meyering <jim@meyering.net> | 2007-08-24 23:53:19 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-24 23:53:19 +0200 |
commit | ee84700f7682a9d684b4cdb11d050bb09460a479 (patch) | |
tree | 48cd8df856ef673bcacb3628a4b841488f945be7 /.gitignore | |
parent | d71657c17b477a961fad43d706a70622f78fdf6f (diff) | |
download | coreutils-ee84700f7682a9d684b4cdb11d050bb09460a479.tar.xz |
No longer version-control .???ignore files in lib/, m4/, and po/.
* .gitignore: Ignore a few files in lib/, m4/, and po/ that are not
picked up automatically.
* lib/.gitignore, lib/.cvsignore: Remove files.
* m4/.gitignore, m4/.cvsignore: Remove files.
* po/.gitignore, po/.cvsignore: Remove files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d3fe19bf8..896e57bf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ *.1 *.I[12] *.[EIOX] -*.gmo *.o */.deps *~ @@ -26,7 +25,20 @@ coreutils-*.tar.gz coreutils-*.tar.gz.sig coreutils-*.xdelta coreutils-*.xdelta.sig +lib/charset.alias +lib/configmake.h +lib/t-fpending +lib/uniwidth/ +po/*.gmo +po/*.po +po/LINGUAS +po/Makefile.in +po/Makevars +po/POTFILES +po/coreutils.pot +po/stamp-po stamp-h1 +tests/*/*.log tests/cut/Makefile.am tests/cut/cut-tests tests/head/Makefile.am |