diff options
author | Jim Meyering <jim@meyering.net> | 2007-08-24 22:40:23 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-24 22:42:07 +0200 |
commit | 8f3cb068fc2240b3b0a0fbee6fea6ecf3460966c (patch) | |
tree | 120fbe2f8a041d657be6ec626e2f693abdca6b1d /ChangeLog | |
parent | bcc1a1625ceb1d44514e079e97102febb14ce9c1 (diff) | |
download | coreutils-8f3cb068fc2240b3b0a0fbee6fea6ecf3460966c.tar.xz |
Create .gitignore and/or .cvsignore from scratch, if absent.
This is in preparation for my removing those files from version
control in the directories managed by gnulib-tool.
* bootstrap: New setting: vc_ignore.
(insert_sorted_if_absent): Create $file if absent.
Adapt to new, possibly empty, list: $vc_ignore.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-08-24 Jim Meyering <jim@meyering.net> + Create .gitignore and/or .cvsignore from scratch, if absent. + This is in preparation for my removing those files from version + control in the directories managed by gnulib-tool. + * bootstrap: New setting: vc_ignore. + (insert_sorted_if_absent): Create $file if absent. + Adapt to new, possibly empty, list: $vc_ignore. + * src/system.h (fseeko, ftello): Remove now-unneeded definitions. * src/od.c (LDBL_DIG): Remove now-unneeded definition. |