aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-06-25 10:28:08 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-06-25 10:28:08 -0700
commit59fce9fb85c3016eaf6e19ef3f79789c46e160ee (patch)
tree1249175188d255bc2a8972248fc6514250265fad /.hgignore
parentShooting in the dark, but one possible reading of the man page shows (diff)
downloadpypy-59fce9fb85c3016eaf6e19ef3f79789c46e160ee.tar.gz
pypy-59fce9fb85c3016eaf6e19ef3f79789c46e160ee.tar.bz2
pypy-59fce9fb85c3016eaf6e19ef3f79789c46e160ee.zip
Ignore __pycache__ directories
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index f36461066c..aea724ce0e 100644
--- a/.hgignore
+++ b/.hgignore
@@ -6,6 +6,7 @@ syntax: glob
.idea
.project
.pydevproject
+__pycache__
syntax: regexp
^testresult$