summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2012-06-17 20:09:05 +0200
committerArmin Rigo <arigo@tunes.org>2012-06-17 20:09:05 +0200
commit16369c1bcff6a668bb936c0cd994bee4461edb1d (patch)
treee03bb5f296c95c5de5ed5e9d2615f6c81daa8b5e /.hgignore
parent6f9350724ae0a12c16ca25c24aa68f5e0f3f91dc (diff)
downloadcffi-16369c1bcff6a668bb936c0cd994bee4461edb1d.tar.gz
Add demo/__pycache__ to hgignore
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 2af256c..68cb7da 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,4 +3,5 @@ syntax: glob
*~
.*.swp
testing/__pycache__
+demo/__pycache__
doc/build