summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xupdate-ignore.d/01update-ignore1
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index c6878cb..8bc3dca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-etckeeper (0.31) UNRELEASED; urgency=low
+etckeeper (0.31) unstable; urgency=low
* Avoid relying on USER being set, won't be for cron job.
Closes: #515602
+ * Add .sw? to ignores. vim uses that if editing an
+ unspecified file name. Closes: #515628
- -- Joey Hess <joeyh@debian.org> Mon, 16 Feb 2009 15:40:18 -0500
+ -- Joey Hess <joeyh@debian.org> Mon, 16 Feb 2009 15:40:42 -0500
etckeeper (0.30) unstable; urgency=low
diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore
index 0d4edf8..8156437 100755
--- a/update-ignore.d/01update-ignore
+++ b/update-ignore.d/01update-ignore
@@ -112,6 +112,7 @@ writefile () {
comment "editor temp files"
ignore "*~"
ignore ".*.sw?"
+ ignore ".sw?"
ignore "#*#"
ignore DEADJOE