diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | update-ignore.d/01update-ignore | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 599dce7..b342bb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ etckeeper (0.42) UNRELEASED; urgency=low * Deal with removal of the cache directory. Closes: #559418 * Add ucf backups to ignore list. (See #462355) * Add webmin fsdump status files to ignore list. Closes: #567000 + * Add *.old to ignore list (See #462355) -- Joey Hess <joeyh@debian.org> Fri, 04 Dec 2009 13:10:28 -0500 diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index ed74793..21b43e8 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -96,6 +96,15 @@ writefile () { nl fi + comment "old versions of files" + ignore "*.old" + # Not currently ignored as admins tend to rely on these files. + #ignore "passwd-" + #ignore "group-" + #ignore "shadow-" + #ignore "gshadow-" + nl + comment "mount(8) records system state here, no need to store these" ignore blkid.tab ignore blkid.tab.old |