We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce833a commit 211ee15Copy full SHA for 211ee15
jenkins/check_copyright.sh
@@ -37,6 +37,7 @@ git diff --name-only `git merge-base origin/master HEAD` HEAD |
37
grep -v -E '\.man$' |
38
grep -v -E 'test/WasmSpec/testsuite/.*$' |
39
grep -v -E 'test/benchmarks/.*\.js$' |
40
+ grep -v -E 'test/benchmarks/.*\.js_c$' |
41
grep -v -E 'bin/External/.*$' |
42
grep -v -E 'bin/NativeTests/Scripts/splay.js$' |
43
grep -v -E 'pal/.*' |
0 commit comments