]> jfr.im git - yt-dlp.git/blobdiff - .gitignore
Merge branch 'pr/duboku' of https://github.com/lkho/youtube-dl into lkho-pr/duboku
[yt-dlp.git] / .gitignore
index 0422adf4456ec35166f5d2bce6b832c67601c2dc..9d371d9978fe7fa089524604ae5d412c79e11ad8 100644 (file)
@@ -1,5 +1,6 @@
 *.pyc
 *.pyo
+*.class
 *~
 *.DS_Store
 wine-py2exe/
@@ -10,26 +11,52 @@ 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/testdata
+test/local_parameters.json
 .tox
 youtube-dl.zsh
+youtube-dlc.zsh
+
+# IntelliJ related files
 .idea
-.idea/*
\ No newline at end of file
+*.iml
+
+tmp/
+venv/
+
+# VS Code related files
+.vscode