diff options
author | Brett Cannon <brett@python.org> | 2011-01-28 14:06:32 -0800 |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2011-01-28 14:06:32 -0800 |
commit | 90fcd5ad9dba104b17dec1b42ab809d59538b3b8 (patch) | |
tree | 121f5f27e534fb8e352ec5604edcc52242f5e2c4 | |
parent | 70ee44fb25cb310dee527ef696369d3f01ea64d8 (diff) | |
download | python-coveragepy-git-90fcd5ad9dba104b17dec1b42ab809d59538b3b8.tar.gz |
Ignore Vim swp files.
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ syntax: glob *.bak
.coverage
.coverage.*
+*.swp
# Stuff in the root.
build
|