mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-21 12:51:53 +00:00
Added .gitignore files
Ignore files for git version tracking system. git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3671 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
294261d80a
commit
13df77c0b5
3 changed files with 15 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
*~
|
||||
*.so
|
||||
/build
|
||||
/coverage
|
||||
MANIFEST
|
||||
_linkchecker_configdata.py
|
||||
Changelog.linkchecker*
|
||||
2
doc/en/.gitignore
vendored
Normal file
2
doc/en/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.html
|
||||
*.nav
|
||||
1
linkcheck/HtmlParser/.gitignore
vendored
Normal file
1
linkcheck/HtmlParser/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
htmlparse.output
|
||||
Loading…
Reference in a new issue