X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=blobdiff_plain;f=.gitignore;h=c4870a6baf478ed5526c76cf4088dabf09ecba6f;hp=ca4e8f35321bea65b42197d82b63769a35944168;hb=d84b21b427d080a031ca1f9c75beb1dc8024b900;hpb=51af426d89f9a9e720d70f3cac1ce24b3b8e4d8f diff --git a/.gitignore b/.gitignore index ca4e8f353..c4870a6ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.pyo +*.class *~ *.DS_Store wine-py2exe/ @@ -11,10 +12,42 @@ 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 .coverage cover/ updates_key.pem -*.egg-info \ No newline at end of file +*.egg-info +*.srt +*.ttml +*.sbv +*.vtt +*.flv +*.mp4 +*.m4a +*.m4v +*.mp3 +*.3gp +*.wav +*.ape +*.mkv +*.swf +*.part +*.ytdl +*.swp +test/local_parameters.json +.tox +youtube-dl.zsh + +# IntelliJ related files +.idea +*.iml + +tmp/ +venv/ + +# VS Code related files +.vscode