diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | update-ignore.d/01update-ignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6e9fa86..a492f97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ etckeeper (0.42) UNRELEASED; urgency=low * Add *.old to ignore list (See #462355) * Add *.elc to ignore list (See #491401) * Add ntp.conf.dhcp to ignore list. (See #491401) + * Add X11/xdm/authdir/authfiles/* to ignore list. Closes: #491401 -- 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 ae88cd9..3d9cd79 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -118,6 +118,7 @@ writefile () { ignore network/run ignore adjtime ignore lvm/cache + ignore "X11/xdm/authdir/authfiles/*" ignore ntp.conf.dhcp ignore "webmin/fsdump/*.status" ignore "*.elc" |