diff options
author | Riva Junior <jrcavalcantejr@gmail.com> | 2018-04-07 16:58:12 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 16:58:12 -0300 |
commit | c6c8b8db0b04461e0b3f4f27f8df677006b806ac (patch) | |
tree | a8c087df5bf166cdae393e677cee59faa4289c86 /Global | |
parent | b34e5b4a7c6a620f71aa7042a9f408c682a68426 (diff) | |
download | gitignore-c6c8b8db0b04461e0b3f4f27f8df677006b806ac.tar.gz gitignore-c6c8b8db0b04461e0b3f4f27f8df677006b806ac.zip |
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
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Windows.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |