mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Merge pull request #578 from tdev/gitignore
improved gitignore for VS2012
This commit is contained in:
commit
6dfaf33d29
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue