From 4f90d2aeacccab6dc461e92236480701c4a0900b Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Sat, 17 Jun 2017 17:09:24 +0800 Subject: [Makefile] Excluding __pycache__ correctly (#13400) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0235563..84ccce2 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' \ -- cgit v1.1