~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/make-lint.py

  • Committer: Brian Aker
  • Date: 2010-04-13 23:32:38 UTC
  • mfrom: (1464.1.6 fix-pbxt-autofoo)
  • Revision ID: brian@gaz-20100413233238-2ympq73xujm9undo
MergeĀ 

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', 'gnulib', '.pb.', 'bak-header', 'm4',
 
126
    for exclude in ['innobase', 'pbxt', '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',