summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-04-26 02:22:14 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-04-26 02:22:14 -0400
commitff7dc9ae5d9b1cc340c6859bd5f3aa3054b19bea (patch)
tree090964f1f9d9b97126f21c49c2acd36adf80104d
parent131f9b20f0d8748baf7e9bf27166c91ec8bad88f (diff)
downloadpango-ff7dc9ae5d9b1cc340c6859bd5f3aa3054b19bea.tar.gz
[git.mk] Also ignore other vim buffer files
-rw-r--r--git.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.mk b/git.mk
index 3ebd90a7..739ba92a 100644
--- a/git.mk
+++ b/git.mk
@@ -157,7 +157,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
"*.rej" \
"*.bak" \
"*~" \
- ".*.swp" \
+ ".*.sw[nop]" \
; do echo /$$x; done | \
sed "s@^/`echo "$(srcdir)" | sed 's/\(.\)/[\1]/g'`/@/@" | \
sed 's@/[.]/@/@g' | \