From ee84700f7682a9d684b4cdb11d050bb09460a479 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 24 Aug 2007 23:53:19 +0200 Subject: 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. --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.3-54-g00ecf