summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2011-01-28 14:06:32 -0800
committerBrett Cannon <brett@python.org>2011-01-28 14:06:32 -0800
commit257b5c8669a0d674f7a9ed4967d03f458e583bba (patch)
tree815b5c0ccde7068af40c4a3cb97d521cc9e451a1 /.hgignore
parent7239baf097df53b1da81854452fe027855ca2b9c (diff)
downloadpython-coveragepy-257b5c8669a0d674f7a9ed4967d03f458e583bba.tar.gz
Ignore Vim swp files.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 89982cc..7ac0b5d 100644
--- a/.hgignore
+++ b/.hgignore
@@ -9,6 +9,7 @@ syntax: glob
*.bak
.coverage
.coverage.*
+*.swp
# Stuff in the root.
build