changeset 6214 | 3f7f94c78f0a |
parent 6113 | 0ce37bf4f1c1 |
child 6254 | e794047931fb |
--- a/wscript Fri Apr 16 15:06:54 2010 +0100 +++ b/wscript Fri Apr 16 12:39:56 2010 -0400 @@ -512,6 +512,8 @@ env = bld.env_of_name('default') if env['ENABLE_EXAMPLES']: for dir in os.listdir('examples'): + if dir.startswith('.') or dir == 'CVS': + continue if os.path.isdir(os.path.join('examples', dir)): bld.add_subdirs(os.path.join('examples', dir))