From d0214594285601ef2208a2f530785caee4b3ad47 Mon Sep 17 00:00:00 2001 From: HyukWoo Park Date: Mon, 18 Sep 2023 16:52:54 +0900 Subject: [PATCH] Add ahub exclude list Signed-off-by: HyukWoo Park --- .ahub/sam/exclude.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .ahub/sam/exclude.txt diff --git a/.ahub/sam/exclude.txt b/.ahub/sam/exclude.txt new file mode 100644 index 000000000..c91902c83 --- /dev/null +++ b/.ahub/sam/exclude.txt @@ -0,0 +1,7 @@ +# Exclude external third-party libraries +/walrus/third_party/wabt/include/wabt/wast-parser.h +/walrus/third_party/wabt/src/binary-reader.cc + +# Exclude parser/interpreter codes which have intensive control statements and similar patterns essentially used for compilation and execution +/walrus/src/parser/WASMParser.cpp +/walrus/src/runtime/Module.h