Skip to content

Commit 8165fb8

Browse files
authored
Merge pull request #2516 from ButchDean/master
Ignore Visual Studio 2017 C++ app generated files.
2 parents 5b7484e + 238d3a6 commit 8165fb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

VisualStudio.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ bld/
2929
# Uncomment if you have tasks that create the project's static files in wwwroot
3030
#wwwroot/
3131

32+
# Visual Studio 2017 auto generated files
33+
Generated\ Files/
34+
3235
# MSTest test Results
3336
[Tt]est[Rr]esult*/
3437
[Bb]uild[Ll]og.*

0 commit comments

Comments
 (0)