summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2010-07-31 14:13:31 +0200
committer?ric Araujo <merwok@netwok.org>2010-07-31 14:13:31 +0200
commitd056c2dc9cb67705ddec27e5606747e276068a5b (patch)
tree90fb14a45d05d6cdae397358bf5197e9179c6e06 /.hgignore
parent3987cf194d50b2ecf1bb6d43d87312df37036a00 (diff)
downloaddisutils2-d056c2dc9cb67705ddec27e5606747e276068a5b.tar.gz
Various fixes.
- Set inplace option to build_ext in setup.cfg (this option will be used by all builds, not only with tests.sh) - Don?t build _hashlib in 2.5 (it?s in the stdlib) - Remove the .so on error only
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 600a4a8..7f1ba86 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,9 +1,10 @@
syntax: glob
*.py[co]
__pycache__/
+*.so
configure.cache
build/
MANIFEST
dist/
*.swp
-.coverage \ No newline at end of file
+.coverage