From 73aac2a02f9476febd91150663c7ee03ac120c45 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Apr 2016 02:06:24 +0200 Subject: [PATCH] wscript: more dist excludes --- wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wscript b/wscript index 7296caa5..80230c04 100644 --- a/wscript +++ b/wscript @@ -369,3 +369,5 @@ def dist(ctx): ctx.excl += ' **/python.old/*' ctx.excl += ' **/python/tests/sounds' ctx.excl += ' **/**.asc' + ctx.excl += ' **/.DS_Store' + ctx.excl += ' **/.travis.yml' -- 2.11.0