Update .gitignore

This commit is contained in:
James R. Barlow
2016-02-04 18:51:41 -08:00
parent 4b65e0b093
commit d82f14a7aa
+22 -17
View File
@@ -1,26 +1,31 @@
tmp/
log/
# Development environment
*.pyc
tests/output/
.ruffus_history.sqlite
*.sublime-*
/*.pdf
build/
dist/
*.egg-info/
venv/
venv-3.4/
venv-3.5/
*/test/output
bin/
include/
lib/
pip-selfcheck.json
venv/
pyvenv.cfg
htmlcov/
.coverage
# Package building
*.egg-info/
.cache/
.eggs/
build/
dist/
# Automatically generated files
ocrmypdf/lib/_*.py
ocrmypdf/version.py
# Code coverage
.coverage
htmlcov/
# Testing
log/
/*.pdf
.ipynb_checkpoints/
tests/cache/
tests/output/
tests/resources/private
ocrmypdf/version.py
tmp/