summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2015-10-10 00:55:44 +0200
committerJohannes Schauer <josch@debian.org>2015-10-10 00:55:44 +0200
commita4f43aea0f0af03190e95a431a96722325d8ee9e (patch)
treea780de0e239b4645c0aee1c9d85be7f01f885e73 /.gitignore
parenta1959ba9c0c9f3881c3e593e5aef1046750880f2 (diff)
import new upstream version 0.2
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore52
1 files changed, 52 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6260e55
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,52 @@
+# Development artifacts
+diffs.txt
+examples/*.pdf
+examples/rl*/*.pdf
+tests/*.pdf
+examples/pdfrw
+examples/rl*/pdfrw
+tests/pdfrw
+tests/static_pdfs
+tests/ramdisk
+tests/saved_results
+wiki/
+
+
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+
+# Distribution / packaging
+.Python
+env/
+bin/
+build/
+develop-eggs/
+dist/
+eggs/
+lib/
+lib64/
+lib64
+parts/
+sdist/
+var/
+*.egg-info/
+.installed.cfg
+*.egg
+pyvenv.cfg
+pip-selfcheck.json
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+htmlcov/
+.tox/
+.coverage
+.cache
+nosetests.xml
+coverage.xml
+
+# Sphinx documentation
+docs/_build/