summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-02-08 10:47:35 -0500
committerBrett Cannon <brett@python.org>2013-02-08 10:47:35 -0500
commitfbecb816e455a5889c004fc805e64f017476e298 (patch)
tree5ecb15359daa920848768e4d962dd585817d4761 /.hgignore
parent0d04ccdf04049eff8b1a21e052c6d202fd79e4fc (diff)
downloaddefusedxml-fbecb816e455a5889c004fc805e64f017476e298.tar.gz
Ignore __pycache__ directories
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index e29a8be..ea081ac 100644
--- a/.hgignore
+++ b/.hgignore
@@ -14,4 +14,4 @@ syntax: glob
*.pyo
*.pyd
*~
-
+__pycache__ \ No newline at end of file