mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-19 21:54:55 -04:00
[Makefile] Excluding __pycache__ correctly (#13400)
This commit is contained in:
@@ -101,7 +101,7 @@ youtube-dl.tar.gz: youtube-dl README.md README.txt youtube-dl.1 youtube-dl.bash-
|
||||
--exclude '*.pyc' \
|
||||
--exclude '*.pyo' \
|
||||
--exclude '*~' \
|
||||
--exclude '__pycache' \
|
||||
--exclude '__pycache__' \
|
||||
--exclude '.git' \
|
||||
--exclude 'testdata' \
|
||||
--exclude 'docs/_build' \
|
||||
|
||||
Reference in New Issue
Block a user