[Libreoffice-bugs] [Bug 121427] New: Replace /.vs by *.vs in .gitignore

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 14 22:04:44 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=121427

            Bug ID: 121427
           Summary: Replace /.vs by *.vs in .gitignore
           Product: LibreOffice
           Version: 6.2.0.0.alpha1+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: kevin.dubrulle at gmail.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181114/914b67ef/attachment-0001.html>


More information about the Libreoffice-bugs mailing list