Add 'external' directory to ignored boilerplate list

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2019-09-26 12:06:11 +01:00
parent cadefb7a61
commit 625f4dfd24

View File

@ -116,7 +116,8 @@ def file_extension(filename):
SKIPPED_DIRS = [
'Godeps', 'third_party', '_gopath', '_output',
'.git', 'vendor', '__init__.py', 'node_modules',
'external', '.git', 'vendor', '__init__.py',
'node_modules',
]
# even when generated by bazel we will complain about some generated files