summaryrefslogtreecommitdiff
path: root/git.mk
diff options
context:
space:
mode:
Diffstat (limited to 'git.mk')
-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' | \