summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2012-07-07 20:16:39 +0200
committerRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2012-07-07 20:16:39 +0200
commit1662e9b492ee9a41ca3f84bb84d2593dcab17bf6 (patch)
treedfd9eadd8525962a43bf22054b259d4f77777710 /.hgignore
parentf89b9a2d2c6bc3a9f0fcdb31e5d9eaa3e5453c59 (diff)
downloadcffi-1662e9b492ee9a41ca3f84bb84d2593dcab17bf6.tar.gz
add _cffi_backend.so and __pycache__ to hgignore
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index e497f39..df57c55 100644
--- a/.hgignore
+++ b/.hgignore
@@ -4,6 +4,8 @@ syntax: glob
.*.swp
testing/__pycache__
demo/__pycache__
+__pycache__
+_cffi_backend.so
doc/build
build
dist