Commit 5a7a7dbd by Ben Clayton

Add new rules for update of license-checker

`license-checker` will be updated to support `**` based wildcards. As part of this, `license-checker` will now traverse into subdirectories that would previously be excluded when the parent directory is excluded. This change adds new rules that work with both the old version and new, to ease migration.
parent b481744a
...@@ -21,7 +21,13 @@ ...@@ -21,7 +21,13 @@
"glslang/OSDependent/Web/glslang.*.js", "glslang/OSDependent/Web/glslang.*.js",
"glslang/MachineIndependent/glslang_tab.cpp", "glslang/MachineIndependent/glslang_tab.cpp",
"glslang/MachineIndependent/glslang_tab.cpp.h" "glslang/MachineIndependent/glslang_tab.cpp.h",
"**.md",
"build/**",
"out/**",
"Test/**",
"External/spirv-tools/**"
] ]
} }
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment