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 b342bb3..db491dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ etckeeper (0.42) UNRELEASED; urgency=low * 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) + * Add *.elc to ignore list (See #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 21b43e8..badde19 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -119,6 +119,7 @@ writefile () { ignore adjtime ignore lvm/cache ignore "webmin/fsdump/*.status" + ignore "*.elc" nl comment "editor temp files" |