From d15f0b17fcdfd99613946e05ba6e165f7af41c07 Mon Sep 17 00:00:00 2001 From: mildis Date: Wed, 16 Oct 2013 18:39:24 +0200 Subject: [PATCH 1/2] add Windows Installer files --- Global/Windows.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 351ec9d1..41968b07 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -7,3 +7,9 @@ Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp From 59c668120f4bb3ebe68eae62f75819645b4c4d27 Mon Sep 17 00:00:00 2001 From: mildis Date: Wed, 16 Oct 2013 18:45:13 +0200 Subject: [PATCH 2/2] add Windows Installer files --- Global/Archives.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 82d3b10f..e9eda68b 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -9,6 +9,7 @@ *.bz2 *.xz *.lzma +*.cab #packing-only formats *.iso @@ -21,3 +22,6 @@ *.egg *.deb *.rpm +*.msi +*.msm +*.msp