[Python-checkins] devinabox: Skip auto-generated stuff.

brett.cannon python-checkins at python.org
Mon Feb 28 23:03:51 CET 2011


brett.cannon pushed 5975eb8ce9e8 to devinabox:

http://hg.python.org/devinabox/rev/5975eb8ce9e8
changeset:   16:5975eb8ce9e8
user:        Brett Cannon <brett at python.org>
date:        Sat Feb 26 14:36:02 2011 -0800
summary:
  Skip auto-generated stuff.

files:
  .hgignore

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -1,11 +1,20 @@
 syntax: glob
 
+# Repositories/files
 coveragepy
 cpython
 devguide
 Mercurial
 peps
 Visual C++ Express
+# Generated
+coverage_report
+build
+coverage.html
+devguide.html
+peps.html
+python_docs.html
+# Misc
 .*.swp
 *.pyc
 *.pyo

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


More information about the Python-checkins mailing list