]> jfr.im git - yt-dlp.git/blobdiff - .gitignore
v2021.01.05 - Make publicly available
[yt-dlp.git] / .gitignore
index e51512d4f2b19ea07bdbce4e15043f13797eaa2e..f2bf85724b43ea022b2504aae100a09d36aeff2e 100644 (file)
@@ -1,5 +1,66 @@
 *.pyc
 *.pyo
+*.class
 *~
+*.DS_Store
 wine-py2exe/
 py2exe.log
+*.kate-swp
+build/
+dist/
+MANIFEST
+README.txt
+youtube-dl.1
+youtube-dlc.1
+youtube-dl.bash-completion
+youtube-dlc.bash-completion
+youtube-dl.fish
+youtube-dlc.fish
+youtube_dl/extractor/lazy_extractors.py
+youtube_dlc/extractor/lazy_extractors.py
+youtube-dl
+youtube-dlc
+youtube-dl.exe
+youtube-dlc.exe
+youtube-dl.tar.gz
+youtube-dlc.tar.gz
+youtube-dlc.spec
+.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
+youtube-dlc.zsh
+
+# IntelliJ related files
+.idea
+*.iml
+
+tmp/
+venv/
+
+# VS Code related files
+.vscode
+
+cookies.txt
+
+*.sublime-workspace
\ No newline at end of file