]> jfr.im git - yt-dlp.git/blobdiff - .gitignore
Release 2021.01.07-1
[yt-dlp.git] / .gitignore
index bef084baa40f6a70fbbfe1af61f2e0df810d75c7..093d4f2ed84222805beadacfdc9157171d5b1874 100644 (file)
@@ -8,20 +8,30 @@ py2exe.log
 *.kate-swp
 build/
 dist/
+zip/
 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
@@ -35,13 +45,24 @@ updates_key.pem
 *.mkv
 *.swf
 *.part
+*.ytdl
 *.swp
+*.spec
 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