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