From 7295048507430c29a5ef3ee095e0f74f794e940d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Jan 2010 15:31:52 -0500 Subject: Add *.old to ignore list (See #462355) --- debian/changelog | 1 + update-ignore.d/01update-ignore | 9 +++++++++ 2 files changed, 10 insertions(+) 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 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 -- cgit v1.2.3