mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 05:41:00 +00:00
Ignore *.pyd windows-compiled python modules.
This commit is contained in:
parent
bba8f83793
commit
a531f9a2b0
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
|
|
|
|||
Loading…
Reference in a new issue