Skip to content

Commit

Permalink
better glob for ignoring vim swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
jneen committed Jun 13, 2011
1 parent 03bda1c commit 7ce90bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -11,7 +11,7 @@ tmtags
.\#*

## VIM
*.swp
.*.sw[a-z]

## PROJECT::GENERAL
coverage
Expand All @@ -23,3 +23,4 @@ pkg
.bundle
Gemfile.lock
pkg/*
tmp/*

0 comments on commit 7ce90bb

Please sign in to comment.