From: Riva Junior Date: Sat, 7 Apr 2018 19:58:12 +0000 (-0300) Subject: Add a new .msix extension X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c6c8b8db0b04461e0b3f4f27f8df677006b806ac;p=gitignore.git Add a new .msix extension Microsoft was announced a new extension of installer for Windows. I just added that one to be ignored as default, like others installers files. References: https://blogs.windows.com/buildingapps/2018/03/07/three-things-need-know-windows-developer-day/ https://github.com/Microsoft/msix-packaging --- diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 846a1db8..0251dd21 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -15,6 +15,7 @@ $RECYCLE.BIN/ # Windows Installer files *.cab *.msi +*.msix *.msm *.msp