Bug 121427 - Replace /.vs by *.vs in .gitignore
Summary: Replace /.vs by *.vs in .gitignore
Status: RESOLVED MOVED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
6.2.0.0.alpha1+
Hardware: All All
: medium minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-14 22:04 UTC by Kevin Dubrulle
Modified: 2018-11-15 00:55 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Dubrulle 2018-11-14 22:04:44 UTC
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
Comment 1 Xisco Faulí 2018-11-15 00:55:42 UTC
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