X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.gitignore;h=002b700f5a982fc0da1c7bc11efb40cbb8e553a6;hb=ad9fd84004d44c30d8b160f24ed1e58a4f95428f;hp=12b25ba881635792f30ff777877daa84e6f0e2f9;hpb=110d4f4c9170c1180cf25fd14976df30744455b7;p=youtube-dl diff --git a/.gitignore b/.gitignore index 12b25ba88..002b700f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,44 @@ *.pyc *.pyo +*.class *~ +*.DS_Store wine-py2exe/ py2exe.log +*.kate-swp +build/ +dist/ +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 +*.srt +*.sbv +*.vtt +*.flv +*.mp4 +*.m4a +*.m4v +*.mp3 +*.3gp +*.part +*.swp +test/testdata +test/local_parameters.json +.tox +youtube-dl.zsh -#OS X -.DS_Store -.AppleDouble -.LSOverride -Icon -._* -.Spotlight-V100 -.Trashes +# IntelliJ related files +.idea +*.iml + +tmp/