From d82f14a7aabee34ec9a863163725cac71099f379 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 30 Jan 2016 15:28:24 -0800 Subject: [PATCH] Update .gitignore --- .gitignore | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 1e47924e..2e738aa9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +tmp/