mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Building portable removed in:
e3ab9024 ("Remove platform-specific installer stuff and ensure a build .whl wheel file can be built.", 2016-01-17)
47 lines
625 B
Text
47 lines
625 B
Text
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.mo
|
|
*~
|
|
*.so
|
|
*.bak
|
|
/.settings
|
|
.DS_Store
|
|
/build
|
|
/doc/build
|
|
/doc/api
|
|
/coverage
|
|
MANIFEST
|
|
_LinkChecker_configdata.py
|
|
_release_date
|
|
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-*.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
|