Skip to content

Commit

Permalink
Add few useful ignore masks for dist
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Aug 4, 2012
1 parent 2bc44a0 commit 0ea0a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wscript
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ class test(BuildContext):


def dist(ctx): def dist(ctx):
ctx.excl = ['.waf*', '*.tar.bz2', '*.zip', 'build', ctx.excl = ['.waf*', '*.tar.bz2', '*.zip', 'build',
'tmp', '*~',
'.git*', '.lock*', '**/*.pyc'] '.git*', '.lock*', '**/*.pyc']
ctx.algo = 'tar.bz2' ctx.algo = 'tar.bz2'


Expand Down

0 comments on commit 0ea0a78

Please sign in to comment.