X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/c24dfef63c55ef1a5424d11b485c3b76245448a4..df38b4a1a9641238610114d9c3b60a3b88afd8a0:/.gitignore diff --git a/.gitignore b/.gitignore index 0422adf44..9d371d997 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.pyo +*.class *~ *.DS_Store wine-py2exe/ @@ -10,26 +11,52 @@ dist/ MANIFEST README.txt youtube-dl.1 +youtube-dlc.1 youtube-dl.bash-completion +youtube-dlc.bash-completion youtube-dl.fish +youtube-dlc.fish +youtube_dl/extractor/lazy_extractors.py +youtube_dlc/extractor/lazy_extractors.py youtube-dl +youtube-dlc youtube-dl.exe +youtube-dlc.exe youtube-dl.tar.gz +youtube-dlc.tar.gz +youtube-dlc.spec .coverage cover/ updates_key.pem *.egg-info *.srt +*.ttml *.sbv *.vtt *.flv *.mp4 *.m4a *.m4v +*.mp3 +*.3gp +*.wav +*.ape +*.mkv +*.swf *.part +*.ytdl *.swp -test/testdata +test/local_parameters.json .tox youtube-dl.zsh +youtube-dlc.zsh + +# IntelliJ related files .idea -.idea/* \ No newline at end of file +*.iml + +tmp/ +venv/ + +# VS Code related files +.vscode