From a3b7954a0259f27d5136fa24c2a2981eb8e4b628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Sch=C3=A4fer?= Date: Fri, 3 Aug 2018 12:49:28 +0200 Subject: [PATCH] Fixing MIDL header file pattern for Visual Studio _i.h given in 799ee6b79e1d32f49ded6683b5364017fd4ee0a5#gitext://gotocommit/799ee6b79e1d32f49ded6683b5364017fd4ee0a5 is wrong --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ba2d39af..94b41b91 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -59,7 +59,7 @@ StyleCopReport.xml # Files built by Visual Studio *_i.c *_p.c -*_i.h +*_h.h *.ilk *.meta *.obj