Skip to content

Commit 7d60eee

Browse files
committed
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
1 parent 54d15a0 commit 7d60eee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

VisualStudio.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ bld/
2727
*.VisualState.xml
2828
TestResult.xml
2929

30+
# Build Results of an ATL Project
31+
[Dd]ebugPS/
32+
[Rr]eleasePS/
33+
dlldata.c
34+
3035
*_i.c
3136
*_p.c
3237
*_i.h

0 commit comments

Comments
 (0)