mirror of
https://github.com/kanzure/pdfparanoia.git
synced 2024-12-04 15:05:52 +01:00
19 lines
229 B
Plaintext
19 lines
229 B
Plaintext
# ignore editor leftovers
|
|
.*.sw*
|
|
.*~
|
|
*~
|
|
|
|
# ignore precompiled python files
|
|
*.pyc
|
|
|
|
# ignore setup stuff
|
|
build/
|
|
dist/
|
|
pdfparanoia.egg-info/
|
|
|
|
# ignore pdfs in the top-level dir
|
|
/*.pdf
|
|
|
|
# temporary pdfs in tests/diff/
|
|
tests/diff/pdf
|