forked from linkchecker/linkchecker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (50 loc) · 671 Bytes
/
.gitignore
File metadata and controls
50 lines (50 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
*.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
.coverage
.pytest_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
linkcheck/_release.py