X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.gitignore;h=9ce4b5e2d5d78771b718313ff942afe77db92f02;hb=8936f68a0ba3284c88ec619fb4cc22eb0499e7f3;hp=fca34b8baa056b84fcf000060d568e15f39f6efd;hpb=67dfbc0cb92a19eda2981528b1456bdc0e3cb805;p=youtube-dl diff --git a/.gitignore b/.gitignore index fca34b8ba..9ce4b5e2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.pyo +*.class *~ *.DS_Store wine-py2exe/ @@ -9,9 +10,10 @@ build/ dist/ MANIFEST README.txt -README.md 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 @@ -24,4 +26,23 @@ updates_key.pem *.vtt *.flv *.mp4 +*.m4a +*.m4v +*.mp3 +*.3gp +*.wav +*.ape +*.mkv +*.swf *.part +*.swp +test/testdata +test/local_parameters.json +.tox +youtube-dl.zsh + +# IntelliJ related files +.idea +*.iml + +tmp/