aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-12-02 03:55:30 +0800
committerJesús <heckyel@hyperbola.info>2022-12-02 03:55:30 +0800
commit9d5433b6856900e4482157c383b26f3173f2706e (patch)
treeefd9a4efb1c78876c976c07a5838f48b926448f6
parent4e71279fe1b211403c023c20ced570dc6d09845d (diff)
downloadhypervideo-pre-9d5433b6856900e4482157c383b26f3173f2706e.tar.lz
hypervideo-pre-9d5433b6856900e4482157c383b26f3173f2706e.tar.xz
hypervideo-pre-9d5433b6856900e4482157c383b26f3173f2706e.zip
Add --exclude '.pytest_cache'
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f5cff4ec9..f8570d6de 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,7 @@ yt-dlp.tar.gz: all
--exclude '*.pyo' \
--exclude '*~' \
--exclude '__pycache__' \
+ --exclude '.pytest_cache' \
--exclude '.git' \
-- \
bin README.md Changelog.md LICENSE \