Compare commits

...

2 Commits

Author SHA1 Message Date
Private
edd9f8a8a1
Merge ba97521cb2 into c677dd99d4 2026-04-08 12:06:44 +00:00
Private
ba97521cb2
Add pattern to ignore *_i.h files
The ATL project template of Visual Studio will generate the header file xxx_i.h.
2026-02-28 11:39:19 +08:00

View File

@ -97,6 +97,7 @@ StyleCopReport.xml
*_i.c *_i.c
*_p.c *_p.c
*_h.h *_h.h
*_i.h
*.ilk *.ilk
*.meta *.meta
*.obj *.obj