diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-26 15:31:52 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-26 15:31:52 -0500 |
commit | 7295048507430c29a5ef3ee095e0f74f794e940d (patch) | |
tree | c15e977ada0bd2dc019c75a71c73025de4eb5baa | |
parent | fad31646237370d684bf0d5c7c72475ac410640e (diff) |
Add *.old to ignore list (See #462355)
-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 |