From 03a5739f02306cd1f557ef61b2dc6235b04c3734 Mon Sep 17 00:00:00 2001 From: Remko de Bruin Date: Tue, 5 Nov 2013 07:40:09 +0100 Subject: [PATCH] added the ignore install folder i hope i done it right so that when i wanne update with git to newest version it will ignore the install folder so it wil not do install again when u are done with that --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d508af25..ab8bf957 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Windows image file caches Thumbs.db +# ignore install folder with update ( i think not sure ) +/install/* + # Folder config file Desktop.ini