From 7d60eeeece543d37c29f35bd7dc71d870aca2568 Mon Sep 17 00:00:00 2001 From: Hyeon Kim Date: Tue, 18 Feb 2014 17:25:41 +0900 Subject: [PATCH] Ignore the build result of ATL Project. This commit Makes VisualStudio.gitignore ignore the three items below. It needs when you create an ATL Project. * [Dd]ebugPS/ * [Rr]eleasePS/ * dlldata.c --- VisualStudio.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ac4a158c..dc61496f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -27,6 +27,11 @@ bld/ *.VisualState.xml TestResult.xml +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + *_i.c *_p.c *_i.h