X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=.gitignore;h=87754f90f0ace82adc3e293d2e69a8e6be3e691e;hb=69016738688199f95e6f732e4a5c68c99988309c;hp=564bde1d199c4dfe80bef0f0cf6098ea36c69ee6;hpb=cb6ff87fbb05e421f77b57a79699c647866ceb09;p=youtube-dl.git diff --git a/.gitignore b/.gitignore index 564bde1d1..87754f90f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.pyo +*.class *~ *.DS_Store wine-py2exe/ @@ -11,9 +12,36 @@ 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 +*.wav +*.ape +*.mkv +*.part +*.swp +test/testdata +test/local_parameters.json +.tox +youtube-dl.zsh + +# IntelliJ related files +.idea +*.iml + +tmp/