diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | init.d/50vcs-ignore | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index db6080d..2ab4c30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ etckeeper (0.30) UNRELEASED; urgency=low * Add vim .*.sw? files to default ignores. + * Also add emacs #*# autosave files to default ignores. + * And DEADJOE files, for good measure. -- Joey Hess <joeyh@debian.org> Fri, 13 Feb 2009 22:09:28 -0500 diff --git a/init.d/50vcs-ignore b/init.d/50vcs-ignore index c8f4841..3049b95 100755 --- a/init.d/50vcs-ignore +++ b/init.d/50vcs-ignore @@ -99,4 +99,6 @@ nl comment "editor temp files" ignore "*~" ignore ".*.sw?" +ignore "#*#" +ignore DEADJOE nl |