Add script files to gitignore

This commit is contained in:
sauilitired 2015-07-26 14:14:51 +02:00
parent c349fcb85d
commit 07ab874220
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -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*