2037ef3eac
* Fix transparency on some of the icons * Rewrite the setup clean command * Clean up setup script and remove no longer needed qthelp command * Add bash scripts for common make build chains * Update the description files and change how setup writes generated files * Reduce the number of setup files added to minimal zip packages
54 lines
658 B
Plaintext
54 lines
658 B
Plaintext
# Setup/Install
|
|
/MANIFEST
|
|
/build/
|
|
/deploy/
|
|
/dist/
|
|
/dist_*/
|
|
*.spec
|
|
*.egg-info
|
|
setup.iss
|
|
/novelwriter.desktop
|
|
/novelWriter.pyw
|
|
|
|
# Translations
|
|
/novelwriter/assets/i18n/*.qm
|
|
.qmake.stash
|
|
i18n/*.qm
|
|
i18n/*.qph
|
|
|
|
# Documentation
|
|
/docs/build/
|
|
/novelwriter/assets/help/
|
|
/novelwriter/assets/manual.pdf
|
|
*.qch
|
|
*.qhc
|
|
|
|
# Python Temp
|
|
__pycache__
|
|
*.pyc
|
|
|
|
# Sample Project
|
|
/novelwriter/assets/sample.zip
|
|
/sample/cache
|
|
/sample/meta
|
|
/sample/versions
|
|
*.bak
|
|
*.lock
|
|
ToC.txt
|
|
|
|
# PyTest
|
|
/prof/
|
|
/htmlcov/
|
|
/tests/temp
|
|
/tests/lipsum/cache
|
|
/tests/lipsum/meta
|
|
/tests/minimal/cache
|
|
/tests/minimal/meta
|
|
/tests/oldproj/cache
|
|
/.pytest_cache
|
|
/pytestdebug.log
|
|
|
|
# Coverage
|
|
/.coverage
|
|
/coverage.*
|