[.gitignore] Ignore mp3 files
[youtube-dl] / .gitignore
index 9619a7dfde9f11b4e6fade671b18b138cb77f505..d13551274240edb278a7299ced337f8caeb9724a 100644 (file)
@@ -1,6 +1,8 @@
 *.pyc
 *.pyo
+*.class
 *~
+*.DS_Store
 wine-py2exe/
 py2exe.log
 *.kate-swp
@@ -10,5 +12,29 @@ 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
+*.part
+*.swp
+test/testdata
+test/local_parameters.json
+.tox
+youtube-dl.zsh
+.idea
+.idea/*
+tmp/