summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2012-08-28 15:09:09 +0200
committerArmin Rigo <arigo@tunes.org>2012-08-28 15:09:09 +0200
commitabd596c6a941c1875715c1ebb05f68f6951fb059 (patch)
tree2e4ee2213b0cdd46df97bf02da85aa274bda8f9b /.hgignore
parent997268dade54ce90482da3803475cf10fe4e16ff (diff)
downloadcffi-abd596c6a941c1875715c1ebb05f68f6951fb059.tar.gz
hgignore also _cffi_backend.cpython-33m.so.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index df57c55..3bdbcdc 100644
--- a/.hgignore
+++ b/.hgignore
@@ -5,7 +5,7 @@ syntax: glob
testing/__pycache__
demo/__pycache__
__pycache__
-_cffi_backend.so
+_cffi_backend*.so
doc/build
build
dist