From e0c780d3c227abfe031dae879e08b9ad920e8a3c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 19 Dec 2011 18:22:26 +0100 Subject: [PATCH] .gitignore: better VIM swp pattern --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index af084f9e6382..b7831832c701 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ # backup and temporary files *~ -.*.sw[op] +.*sw? \#* .DS_Store +# StGit +.stgit-edit.txt + # python generated file *.pyc