aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Roberts <Ademan555@gmail.com>2011-07-04 13:28:00 -0700
committerDaniel Roberts <Ademan555@gmail.com>2011-07-04 13:28:00 -0700
commit35bc9099c539d631f565b4dc4e10ec07e0547804 (patch)
tree894b4077f032f13c3b1a40a31a73fdf05d161366 /.hgignore
parentsimplify (diff)
downloadpypy-35bc9099c539d631f565b4dc4e10ec07e0547804.tar.gz
pypy-35bc9099c539d631f565b4dc4e10ec07e0547804.tar.bz2
pypy-35bc9099c539d631f565b4dc4e10ec07e0547804.zip
Ignore Vim's temporary files.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 2c8f4edc05..959006f683 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,7 @@
syntax: glob
*.py[co]
*~
+.*.swp
syntax: regexp
^testresult$