From c005d669331cf22ffeaaa7805e9a39225ee2ffe1 Mon Sep 17 00:00:00 2001 From: Kevin Suo Date: Wed, 26 Feb 2020 16:47:47 +0800 Subject: Add more ignore pattern --- bibisect_build.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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) -- cgit