diff options
author | "Brett Cannon ext:(%22) <brett@python.org> | 2010-01-17 12:29:18 -0800 |
---|---|---|
committer | "Brett Cannon ext:(%22) <brett@python.org> | 2010-01-17 12:29:18 -0800 |
commit | 3b04385b26f5921cc23593497b2c5a2dc596c417 (patch) | |
tree | 6ee79286923fb3541d97eb6f09838c197bc31f16 | |
parent | fc7a598edb4c87b12fd17ebb274cfddf731ad8c8 (diff) | |
download | external_python_setuptools-3b04385b26f5921cc23593497b2c5a2dc596c417.tar.gz external_python_setuptools-3b04385b26f5921cc23593497b2c5a2dc596c417.tar.bz2 external_python_setuptools-3b04385b26f5921cc23593497b2c5a2dc596c417.zip |
Ignore Vim swap files.
--HG--
branch : distribute
extra : rebase_source : 16e56c90065cf1325aadc76ef5f781ed66f2664e
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ syntax: glob *.pyc *~ +*.swp .coverage distribute.egg-info build |