]> jfr.im git - yt-dlp.git/blobdiff - .gitignore
v2021.01.05 - Make publicly available
[yt-dlp.git] / .gitignore
index a5b585f4396ae5ea4baff99124f0fc89d6405603..f2bf85724b43ea022b2504aae100a09d36aeff2e 100644 (file)
@@ -11,17 +11,26 @@ 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
@@ -40,9 +49,18 @@ updates_key.pem
 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