youtube-dl/.gitignore

54 lines
521 B
Plaintext
Raw Permalink Normal View History

*.pyc
*.pyo
2016-02-20 19:29:49 +00:00
*.class
*~
2012-12-19 14:17:21 +00:00
*.DS_Store
wine-py2exe/
py2exe.log
2012-11-27 16:01:12 +00:00
*.kate-swp
build/
dist/
MANIFEST
README.txt
youtube-dl.1
youtube-dl.bash-completion
youtube-dl.fish
youtube_dl/extractor/lazy_extractors.py
youtube-dl
youtube-dl.exe
2012-12-07 13:46:14 +00:00
youtube-dl.tar.gz
.coverage
cover/
updates_key.pem
*.egg-info
*.srt
2017-09-16 04:14:48 +00:00
*.ttml
*.sbv
*.vtt
*.flv
*.mp4
2014-01-05 02:44:38 +00:00
*.m4a
*.m4v
*.mp3
2016-09-26 06:14:37 +00:00
*.3gp
2016-11-03 10:55:55 +00:00
*.wav
*.ape
*.mkv
*.swf
*.part
2017-04-25 14:42:55 +00:00
*.ytdl
*.swp
test/local_parameters.json
.tox
youtube-dl.zsh
2016-04-19 09:17:46 +00:00
# IntelliJ related files
.idea
2016-04-19 09:17:46 +00:00
*.iml
tmp/
2018-06-01 17:18:57 +00:00
venv/
2018-08-05 15:10:01 +00:00
# VS Code related files
.vscode