[Python-checkins] benchmarks: Ignore more stuff.

brett.cannon python-checkins at python.org
Fri Aug 31 17:52:36 CEST 2012


http://hg.python.org/benchmarks/rev/8cc15b202237
changeset:   161:8cc15b202237
user:        Brett Cannon <brett at python.org>
date:        Fri Aug 31 11:52:10 2012 -0400
summary:
  Ignore more stuff.

files:
  .hgignore |  7 ++++++-
  1 files changed, 6 insertions(+), 1 deletions(-)


diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -1,7 +1,12 @@
-
 syntax: glob
+*.swp
 *.pyc
 *.pyo
 *.pyd
 *.o
 lib/2to3/lib2to3/*.pickle
+*.cover
+*~
+.coverage
+coverage/
+htmlcov/

-- 
Repository URL: http://hg.python.org/benchmarks


More information about the Python-checkins mailing list