microsoft / MixedRealityToolkit

The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
MIT License
858 stars 276 forks source link

built/test files show up as adds, cluttering changes list, should be ignored #9

Closed ForrestTrepte closed 8 years ago

ForrestTrepte commented 8 years ago

Repro: 1) Checkout HoloToolkit 2) Open PlaneFinding.sln 3) Build > Build Solution. Tests > Run > All Tests. Do this in Debug and Release configurations for AnyCPU and x86.

result: 81 changes shown on your system, adding files generated by the build. expected: Built files are ignored in your git changes list.

I'm new to Git, but I'm planning to investigate use of a gitignore file to filter these out.

ForrestTrepte commented 8 years ago

Resolved by https://github.com/Microsoft/HoloToolkit/pull/11