X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/f0884c8b3f171f8794a011fd1cb5d53d1185efab..ffecd3034b00671dc9438ff70474dcc57220e558:/.gitignore diff --git a/.gitignore b/.gitignore index 7a2d92d7b..443e637ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,53 @@ +# Config +*.conf +*.spec +cookies +*cookies.txt + +# Downloaded +*.srt +*.ttml +*.sbv +*.vtt +*.flv +*.mp4 +*.m4a +*.m4v +*.mp3 +*.3gp +*.webm +*.wav +*.ape +*.mkv +*.flac +*.avi +*.swf +*.part +*.part-* +*.ytdl +*.dump +*.frag +*.frag.urls +*.aria2 +*.swp +*.ogg +*.opus +*.info.json +*.live_chat.json +*.jpg +*.jpeg +*.png +*.webp +*.annotations.xml +*.description + +# Allow config/media files in testdata +!test/testdata/** + # Python *.pyc *.pyo +.pytest_cache wine-py2exe/ py2exe.log build/ @@ -25,7 +72,9 @@ updates_key.pem *.class # Generated +AUTHORS README.txt +.mailmap *.1 *.bash-completion *.fish @@ -33,6 +82,7 @@ README.txt *.tar.gz *.zsh *.spec +test/testdata/player-*.js # Binary /youtube-dl @@ -41,47 +91,6 @@ README.txt yt-dlp.zip *.exe -# Downloaded -*.srt -*.ttml -*.sbv -*.vtt -*.flv -*.mp4 -*.m4a -*.m4v -*.mp3 -*.3gp -*.webm -*.wav -*.ape -*.mkv -*.swf -*.part -*.ytdl -*.dump -*.frag -*.frag.urls -*.aria2 -*.swp -*.ogg -*.opus -*.info.json -*.live_chat.json -*.jpg -*.png -*.webp -*.annotations.xml -*.description - -# Config -*.conf -*.spec -cookies -cookies.txt - - - # Text Editor / IDE .idea *.iml