diff options
author | Jesús <heckyel@hyperbola.info> | 2022-12-02 03:55:30 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-12-02 03:55:30 +0800 |
commit | 9d5433b6856900e4482157c383b26f3173f2706e (patch) | |
tree | efd9a4efb1c78876c976c07a5838f48b926448f6 | |
parent | 4e71279fe1b211403c023c20ced570dc6d09845d (diff) | |
download | hypervideo-pre-9d5433b6856900e4482157c383b26f3173f2706e.tar.lz hypervideo-pre-9d5433b6856900e4482157c383b26f3173f2706e.tar.xz hypervideo-pre-9d5433b6856900e4482157c383b26f3173f2706e.zip |
Add --exclude '.pytest_cache'
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |