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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to