X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.gitignore;h=c4870a6baf478ed5526c76cf4088dabf09ecba6f;hb=50e9fcc1fd5aa8e3c8bbeb33f2434fbf9c1200d7;hp=1bea26359e1541fcfc2cf93215def07943696e55;hpb=fdef722fa1162f93ddd40687447bdf62c16d7fc1;p=youtube-dl diff --git a/.gitignore b/.gitignore index 1bea26359..c4870a6ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,53 @@ *.pyc *.pyo +*.class *~ +*.DS_Store wine-py2exe/ py2exe.log -youtube-dl +*.kate-swp +build/ +dist/ +MANIFEST +README.txt youtube-dl.1 -LATEST_VERSION +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 +*.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/ -#OS X -.DS_Store -.AppleDouble -.LSOverride -Icon -._* -.Spotlight-V100 -.Trashes +# VS Code related files +.vscode