1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2025-03-20 22:50:59 +01:00
pdfparanoia/.gitignore
2013-05-02 20:06:18 +10:00

19 lines
231 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