The International Simutrans Forum

Simutrans Extended => Simutrans-Extended development => Simutrans-Extended bug reports => Topic started by: Matthew on October 19, 2020, 04:45:27 PM

Title: Git should not track local Visual Studio configuration files
Post by: Matthew on October 19, 2020, 04:45:27 PM
In the process of testing the CMake build process for Visual Studio, I discovered that Git tracks the /.vs/ directory that Visual Studio uses to store internal configuration files that are specific to each user. This directory is changed every time that you open Visual Studio.

We do not want this directory tracked and it's just a trap lying in wait for players who are new to Git or VS. For some reason, Git does not include this is their standard .gitignore file for VS users.

Commit ea429d5 should stop the tracking.
Title: Re: Git should not track local Visual Studio configuration files
Post by: jamespetts on October 25, 2020, 12:21:33 PM
Splendid, thank you; now incorporated.