summaryrefslogtreecommitdiff
path: root/update-ignore.d
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-01-26 15:31:52 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-01-26 15:31:52 -0500
commit7295048507430c29a5ef3ee095e0f74f794e940d (patch)
treec15e977ada0bd2dc019c75a71c73025de4eb5baa /update-ignore.d
parentfad31646237370d684bf0d5c7c72475ac410640e (diff)
Add *.old to ignore list (See #462355)
Diffstat (limited to 'update-ignore.d')
-rwxr-xr-xupdate-ignore.d/01update-ignore9
1 files changed, 9 insertions, 0 deletions
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