Description: With VS2017 integration, when a module solution in opened (for example vcl/vcl.sln), VS2017 creates a folder vcl/.vs These folders are not masked by the actuel gitignore. We should replace the line : /.vs by : *.vs Steps to Reproduce: 1. Generates VS2017 integration with build system 2. Open a module solution in VS2017 (such as vcl) 3. A folder vcl/.vs is created Actual Results: git status shoes theses folders Expected Results: Theses folders should be ignored. Reproducible: Always User Profile Reset: No Additional Info: .gitignore, line 143 Replace /.vs by *.vs
Hello, Since this is build issue and not a software issue, would you mind sending an email to the dev list instead? -> https://wiki.documentfoundation.org/Development/Mailing_List Closing as RESOLVED MOVED