diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-12-19 18:22:26 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-19 18:23:03 +0100 |
commit | e0c780d3c227abfe031dae879e08b9ad920e8a3c (patch) | |
tree | 57e89d792c8723d6b97633f7a65422a46d708651 | |
parent | a0a21ffa5b4198735823802e4ab516120393609c (diff) |
.gitignore: better VIM swp pattern
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
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 |