mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-03 00:48:00 +09:00
[core] Let Git ignore __pycache__
, .pytest_cache
This commit is contained in:
parent
c5098961b0
commit
229f59e7c3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
*.class
|
*.class
|
||||||
@ -5,6 +6,7 @@
|
|||||||
*.DS_Store
|
*.DS_Store
|
||||||
wine-py2exe/
|
wine-py2exe/
|
||||||
py2exe.log
|
py2exe.log
|
||||||
|
.pytest_cache/
|
||||||
*.kate-swp
|
*.kate-swp
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
|
Loading…
Reference in New Issue
Block a user