From ff9d79da7a2f0af3cb97618bb4e0b7d9790e3331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Brunner?= Date: Sun, 11 Jun 2017 08:49:12 +0200 Subject: [PATCH] Added Output subdirectory to installer .gitignore --- installers/windows/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/installers/windows/.gitignore b/installers/windows/.gitignore index db2f0c14..df87234f 100644 --- a/installers/windows/.gitignore +++ b/installers/windows/.gitignore @@ -1,2 +1,5 @@ -# Ignore the subdirectory with the individual GUI Wallet files +# The subdirectory with the individual GUI Wallet files bin/ + +# The subdirectory with the generated installer "mysetup.exe" +Output/