about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-10-15 23:08:52 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-10-15 23:08:52 +0200
commit996d1c3242be5569bb4b579b2e3ad25a6d928dfb (patch)
treef90cd3bb671f45245a2e1c44c079567dec24c706 /Makefile
parent8abbf43f21d2afcfa2db1744a3f6ccfc917cc8d7 (diff)
downloadyoutube-dl-996d1c3242be5569bb4b579b2e3ad25a6d928dfb.tar.gz
youtube-dl-996d1c3242be5569bb4b579b2e3ad25a6d928dfb.tar.xz
youtube-dl-996d1c3242be5569bb4b579b2e3ad25a6d928dfb.zip
Don't include the test/testdata directory in the youtube-dl.tar.gz
The last releases included big files that increased the size of the compressed file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 85dacfa4c..abd89be49 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@ youtube-dl.tar.gz: youtube-dl README.md README.txt youtube-dl.1 youtube-dl.bash-
 		--exclude '*~' \
 		--exclude '__pycache' \
 		--exclude '.git' \
+        --exclude 'testdata' \
 		-- \
 		bin devscripts test youtube_dl \
 		CHANGELOG LICENSE README.md README.txt \