From ba97521cb2efb9c7813a65bda04f863034fbfee4 Mon Sep 17 00:00:00 2001 From: Private <26540215+Private0xCC@users.noreply.github.com> Date: Sat, 28 Feb 2026 11:39:19 +0800 Subject: [PATCH] Add pattern to ignore *_i.h files The ATL project template of Visual Studio will generate the header file xxx_i.h. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 47a94ef17f..bc8e5265ce 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -97,6 +97,7 @@ StyleCopReport.xml *_i.c *_p.c *_h.h +*_i.h *.ilk *.meta *.obj