X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/2574721a81cd52fa4fda65fb0a494064c09308c3..2de3b21e05a619047ca4ae5af7932cca0ae3a5cb:/.gitignore diff --git a/.gitignore b/.gitignore index 87754f90f..a2484b752 100644 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1,51 @@ +# Python *.pyc *.pyo -*.class -*~ -*.DS_Store wine-py2exe/ py2exe.log -*.kate-swp build/ dist/ +zip/ +tmp/ +venv/ +completions/ + +# Misc +*~ +*.DS_Store +*.kate-swp MANIFEST -README.txt -youtube-dl.1 -youtube-dl.bash-completion -youtube-dl.fish -youtube_dl/extractor/lazy_extractors.py -youtube-dl -youtube-dl.exe -youtube-dl.tar.gz +test/local_parameters.json .coverage cover/ +secrets/ updates_key.pem *.egg-info +.tox +*.class + +# Generated +AUTHORS +README.txt +.mailmap +*.1 +*.bash-completion +*.fish +*.exe +*.tar.gz +*.zsh +*.spec + +# Binary +/youtube-dl +/youtube-dlc +/yt-dlp +yt-dlp.zip +*.exe + +# Downloaded *.srt +*.ttml *.sbv *.vtt *.flv @@ -30,18 +54,47 @@ updates_key.pem *.m4v *.mp3 *.3gp +*.webm *.wav *.ape *.mkv +*.swf *.part +*.part-* +*.ytdl +*.dump +*.frag +*.frag.urls +*.aria2 *.swp -test/testdata -test/local_parameters.json -.tox -youtube-dl.zsh +*.ogg +*.opus +*.info.json +*.live_chat.json +*.jpg +*.png +*.webp +*.annotations.xml +*.description + +# Config +*.conf +*.spec +cookies +cookies.txt + -# IntelliJ related files + +# Text Editor / IDE .idea *.iml +.vscode +*.sublime-* -tmp/ +# Lazy extractors +*/extractor/lazy_extractors.py + +# Plugins +ytdlp_plugins/extractor/* +!ytdlp_plugins/extractor/__init__.py +!ytdlp_plugins/extractor/sample.py