Add rules for _views and _aura file names.

This commit is contained in:
Cheng Zhao 2014-07-03 08:41:01 +00:00
parent 84878c4c77
commit 970b82c314

View file

@ -62,8 +62,12 @@
['exclude', '(^|/)x/'], ['exclude', '(^|/)x/'],
], ],
}], }],
['OS!="linux"', { ['OS=="mac"', {
'sources/': [ ['exclude', '_aura\\.(h|cc)$'] ] 'sources/': [ ['exclude', '_aura(_browsertest|_unittest)?\\.(h|cc)$'],
['exclude', '(^|/)aura/'],
['exclude', '_views\\.(h|cc)$'],
['exclude', '(^|/)views/'],
],
}], }],
] ]
} }