mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
improved gitignore for VS2012
This commit is contained in:
parent
7437874596
commit
19d4108357
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -40,6 +40,11 @@ local.properties
|
||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
*.sln.docstates
|
*.sln.docstates
|
||||||
|
*.sln
|
||||||
|
*.vcxproj
|
||||||
|
*.vcxproj.filters
|
||||||
|
*.vcproj
|
||||||
|
|
||||||
|
|
||||||
# Build results
|
# Build results
|
||||||
[Dd]ebug/
|
[Dd]ebug/
|
||||||
|
|
@ -62,6 +67,11 @@ local.properties
|
||||||
*.vspscc
|
*.vspscc
|
||||||
.builds
|
.builds
|
||||||
*.dotCover
|
*.dotCover
|
||||||
|
*.dll
|
||||||
|
*.lib
|
||||||
|
*.exp
|
||||||
|
*.exe
|
||||||
|
|
||||||
|
|
||||||
## TODO: If you have NuGet Package Restore enabled, uncomment this
|
## TODO: If you have NuGet Package Restore enabled, uncomment this
|
||||||
#packages/
|
#packages/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue