From 4af5d6fc46994441ec1698b7baf7e3536c7e218b Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Thu, 7 Apr 2022 14:02:05 -0500 Subject: [PATCH] Ignore files from gtest and examples when running IWYU Signed-off-by: Michael Richters --- .iwyu_ignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.iwyu_ignore b/.iwyu_ignore index ce72373e..fb8c1302 100644 --- a/.iwyu_ignore +++ b/.iwyu_ignore @@ -1,3 +1,4 @@ +examples src/Kaleidoscope.h src/Kaleidoscope-LEDControl.h src/kaleidoscope/HIDTables.h @@ -10,3 +11,4 @@ src/kaleidoscope/driver/storage/GD32Flash.h plugins/Kaleidoscope-FirmwareDump/** plugins/Kaleidoscope-HostOS/src/kaleidoscope/plugin/HostOS.h plugins/Kaleidoscope-Hardware-EZ-ErgoDox/src/kaleidoscope/device/ez/ErgoDox/i2cmaster.h +testing/googletest