[Makefile] Excluding __pycache__ correctly (#13400)

pull/13416/head
Yen Chi Hsuan 7 years ago
parent b230fefc3c
commit 4f90d2aeac
No known key found for this signature in database
GPG Key ID: 7F902A182457CA23

@ -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' \

Loading…
Cancel
Save