Replacing /.vs by *.vs in .gitignore
Colomban Wendling
cwendling at hypra.fr
Thu Nov 15 08:34:29 UTC 2018
Le 15/11/2018 à 07:43, Kévin Dlle a écrit :
> 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
If the directory is a still always named ".vs", the ignore rule should
be ".vs/" rather than "*.vs", which would ignore any ".vs"-suffixed file.
Stripping the "/" from "/.vs" is enough, but maybe adding a "/" suffix
to have ".vs/" and so only match directories would make sense.
Regards,
Colomban
More information about the LibreOffice
mailing list