linkchecker/.gitignore
Chris Mayo e297b1a477 Stop including binary translation catalogs in the source
Makes it easier to contribute and accept translations.

Does add a new dependency on installation from source, polib. This is
not made mandatory because not all users will want translations.

polib has no further dependencies and can be installed anywhere
LinkChecker can, using pip too.

Add release process step to check polib is installed

The Wheel still includes translations. Recommend install from PyPI in
the README.

Translations were being compiled in setup.py until 2014, using a bundled
copy of msgfmt.py.
9c3739f1c ("Replace msgfmt.py with local tools.", 2014-09-08)
2021-11-22 19:30:33 +00:00

47 lines
639 B
Text

*.pyc
*.pyo
*.pyd
*.o
*.lo
*.la
*.mo
*~
*.so
*.bak
/.settings
.DS_Store
/build
/doc/build
/doc/api
/coverage
MANIFEST
_LinkChecker_configdata.py
Changelog.linkchecker*
/*-stamp
/*-stamp-*
/dist
/share
/linkchecker.egg-info
/tests/checker/data/dir
/tests/__pycache__
/linkchecker-out.*
/lcdump*
/doc/html/*.qhc
/doc/html/*.qch
/.achievements
/doc/i18n/locales/*/LC_MESSAGES/*.mo
/LinkChecker-*-portable.zip
/LinkChecker-*.exe
/LinkChecker.egg-info
/todo
/alexa*.log
/testresults.txt
/linkchecker.prof
.cache
.tox
tests/checker/data/https_cert.pem
tests/checker/data/https_key.pem
coverage.xml
doc/html
doc/src/_build
doc/src/code/linkcheck