diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-08-14 17:39:34 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-08-14 17:39:51 +0200 |
commit | 7ee0e92cf1aa6ffb544cf6eadc8a6f0c0f205a7b (patch) | |
tree | 8c692a4532d88c17ebd13791a7b7793f1cc2e9cb /.gitignore | |
parent | 9afe451c1deafda085d4a8c9d1c93ea95376ac95 (diff) | |
download | factory-boy-7ee0e92cf1aa6ffb544cf6eadc8a6f0c0f205a7b.tar factory-boy-7ee0e92cf1aa6ffb544cf6eadc8a6f0c0f205a7b.tar.gz |
Fix setup.py post-setuptools/distribute merge.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -1,11 +1,15 @@ -*.pyc +# Temporary files .*.swp +*.pyc +*.pyo + +# Build-related files +docs/_build/ .coverage -MANIFEST +.tox +*.egg-info +*.egg build/ dist/ htmlcov/ -docs/_build -docs/_static -docs/_templates -.tox +MANIFEST |