瀏覽代碼

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
Hyeon Kim 11 年之前
父節點
當前提交
7d60eeeece
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      VisualStudio.gitignore

+ 5 - 0
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