Преглед на файлове

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