mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 06:14:05 -07:00
[core] Let Git ignore __pycache__
, .pytest_cache
This commit is contained in:
parent
c5098961b0
commit
229f59e7c3
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue