~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/make-lint.py

  • Committer: Joe Daly
  • Date: 2010-03-08 04:23:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1380.
  • Revision ID: skinny.moey@gmail.com-20100308042354-7k0jibdqaxkhac7o
scoreboardĀ implementationĀ forĀ statistics

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
    if not (path.startswith('plugin/') or path.startswith('drizzled/') or
124
124
        path.startswith('client/')):
125
125
        return False
126
 
    for exclude in ['innobase', 'pbxt', 'gnulib', '.pb.', 'bak-header', 'm4',
 
126
    for exclude in ['innobase', 'gnulib', '.pb.', 'bak-header', 'm4',
127
127
        'sql_yacc', 'gperf', 'drizzled/probes.h',
128
128
        'drizzled/function_hash.h', 'drizzled/symbol_hash.h',
129
129
        'util/dummy.cc', 'drizzled/sql_yacc.h', 'drizzled/configmake.h',