aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Suo <suokunlong@126.com>2020-02-26 16:47:47 +0800
committerKevin Suo <suokunlong@126.com>2020-02-26 16:47:47 +0800
commitc005d669331cf22ffeaaa7805e9a39225ee2ffe1 (patch)
treeee395e711316a0b0c6a816009c63ad49711f1f60
parent3625c0e5ac9fa1f00a08a3587eb63f6e6ee66ffb (diff)
Add more ignore pattern
-rwxr-xr-xbibisect_build.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/bibisect_build.py b/bibisect_build.py
index 0208f72..5758cfb 100755
--- a/bibisect_build.py
+++ b/bibisect_build.py
@@ -110,11 +110,20 @@ def generate_range_list(range_text):
"drop unneeded include",
"Update git submodules",
"Unit test",
+ "unittest",
"UItest",
"UI Test",
+ "cppcheck",
"macos",
"mac os",
- "android"]
+ "MAC_OS",
+ "android",
+ "mobile",
+ "update credits",
+ "autocorrect",
+ "Fix typo",
+ "pragma once",
+ "executable permission",]
for range_item in range_list:
commit_date, commit_time, commit_zone, commit_hash, commit_msg = \
range_item.split(b" ", maxsplit=4)