From: Yen Chi Hsuan Date: Sat, 17 Jun 2017 09:09:24 +0000 (+0800) Subject: [Makefile] Excluding __pycache__ correctly (#13400) X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=4f90d2aeacccab6dc461e92236480701c4a0900b [Makefile] Excluding __pycache__ correctly (#13400) --- diff --git a/Makefile b/Makefile index 023556391..84ccce2b3 100644 --- a/Makefile +++ b/Makefile @@ -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' \