From 22e83ee7f6fc96a72c8c960a6daafaac9f1fcda2 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Tue, 17 Oct 2023 13:39:55 -0400 Subject: [PATCH] Add .inc to objdiff watched files --- tools/project.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/project.py b/tools/project.py index c592e2e1e..5a6fc1305 100644 --- a/tools/project.py +++ b/tools/project.py @@ -801,6 +801,7 @@ def generate_objdiff_config(config, build_config): "*.cpp", "*.h", "*.hpp", + "*.inc", "*.py", "*.yml", "*.txt",