summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-08-24 23:53:19 +0200
committerJim Meyering <jim@meyering.net>2007-08-24 23:53:19 +0200
commitee84700f7682a9d684b4cdb11d050bb09460a479 (patch)
tree48cd8df856ef673bcacb3628a4b841488f945be7 /ChangeLog
parentd71657c17b477a961fad43d706a70622f78fdf6f (diff)
downloadcoreutils-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 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19fb92cab..3bb929150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-08-24 Jim Meyering <jim@meyering.net>
+ 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.
+
bootstrap: when fetching .po files, do not remove .gmo files.
* bootstrap (get_translations): Don't remove *.gmo files!
They can be expensive to regenerate.