diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-26 15:46:23 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-26 15:46:23 -0500 |
commit | a4308790b3b0b6fb407b598c5e8865547f68d7c1 (patch) | |
tree | d4ae286c5378539333ebf3dfde7f91ab250bd81d | |
parent | a5b49f44826af176aef9817c2eabacd2d040d2d8 (diff) |
Add X11/xdm/authdir/authfiles/* to ignore list. Closes: #491401
-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" |