]> source.dussan.org Git - gitignore.git/commitdiff
Ignore the build result of ATL Project. 923/head
authorHyeon Kim <simnalamburt@gmail.com>
Tue, 18 Feb 2014 08:25:41 +0000 (17:25 +0900)
committerHyeon Kim <simnalamburt@gmail.com>
Tue, 18 Feb 2014 08:40:21 +0000 (17:40 +0900)
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

index ac4a158cd264f09ebcaf3aadb465baed72ac6737..dc61496f7f809aa05d75aad08b5cdcb7476e3a87 100644 (file)
@@ -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