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
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.