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 1323b2a..cf69bc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ etckeeper (0.43) UNRELEASED; urgency=low * Add /etc/webmin/webmin/oscache to ignore list. Closes: #567255 * Check owner of tty to determine who has su'd to root when committing, based on a patch by Jakov Sosic. + * Add apparmor.d/cache/ to default ignores. -- Joey Hess <joeyh@debian.org> Sun, 31 Jan 2010 14:36:44 -0500 diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index 189fca5..0a727a2 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -127,6 +127,7 @@ writefile () { ignore ntp.conf.dhcp ignore "webmin/fsdump/*.status" ignore "webmin/webmin/oscache" + ignore "apparmor.d/cache/*" ignore "service/*/supervise/*" ignore "service/*/log/supervise/*" ignore "sv/*/supervise/*" |