projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2823389
)
wscript: also exclude zips
author
Paul Brossier
<piem@piem.org>
Thu, 17 Oct 2013 11:03:58 +0000
(13:03 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 17 Oct 2013 11:03:58 +0000
(13:03 +0200)
wscript
patch
|
blob
|
history
diff --git
a/wscript
b/wscript
index
95a7c5c
..
989b070
100644
(file)
--- a/
wscript
+++ b/
wscript
@@
-250,7
+250,8
@@
def shutdown(bld):
def dist(ctx):
ctx.excl = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/.lock-w* **/.git*'
ctx.excl += ' **/build/*'
- ctx.excl += ' **/python/gen **/python/build **/python/dist **/**.tar.bz2'
+ ctx.excl += ' **/python/gen **/python/build **/python/dist'
+ ctx.excl += ' **/**.zip **/**.tar.bz2'
ctx.excl += ' **/doc/full/*'
ctx.excl += ' **/python/*.db'
ctx.excl += ' **/python.old/*'