ref: 73aac2a02f9476febd91150663c7ee03ac120c45
parent: da1709fc50667de93b2e110c91699547686fbc0b
author: Paul Brossier <[email protected]>
date: Thu Apr 21 22:06:24 EDT 2016
wscript: more dist excludes
--- a/wscript
+++ b/wscript
@@ -369,3 +369,5 @@
ctx.excl += ' **/python.old/*'
ctx.excl += ' **/python/tests/sounds'
ctx.excl += ' **/**.asc'
+ ctx.excl += ' **/.DS_Store'
+ ctx.excl += ' **/.travis.yml'