Don't include binding.gyp files

This commit is contained in:
Kevin Sawicki 2014-07-16 14:04:17 -07:00
parent 09711d5a88
commit 307d4984a2

View File

@ -84,6 +84,7 @@ module.exports = (grunt) ->
ignoredPaths.push "#{_.escapeRegExp(path.join('spellchecker', 'src') + path.sep)}.*\\.(cc|h)*"
# Ignore build files
ignoredPaths.push "#{_.escapeRegExp(path.sep)}binding\\.gyp$"
ignoredPaths.push "#{_.escapeRegExp(path.sep)}.*\\.target.mk$"
ignoredPaths.push "#{_.escapeRegExp(path.sep)}linker\\.lock$"