summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-16 15:44:54 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-16 15:44:54 -0500
commit16c86e81564f0e2e2fd0173235913028c9310907 (patch)
tree914095348f539f7c207ffd556c67cdcee6ad5db0
parentc365e1e5ce9d76930964285423f4f387b2977f01 (diff)
Add .sw? to ignores. vim uses that if editing an unspecified file name. Closes: #515628
-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