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 _______________________________________________ LibreOffice mailing list LibreOffice@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/libreoffice