From 07ab87422011fb491f170de0adccc5df0a7cb773 Mon Sep 17 00:00:00 2001 From: sauilitired Date: Sun, 26 Jul 2015 14:14:51 +0200 Subject: [PATCH] Add script files to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 5d743f441..bdc982a3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +### Ignore script files +*.sh +*.bat ### Maven template target/ @@ -123,6 +126,7 @@ local.properties *.jar *.war *.ear +*.zip # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid*