Add script files to gitignore

This commit is contained in:
sauilitired 2015-07-26 14:14:51 +02:00
parent c349fcb85d
commit 07ab874220

4
.gitignore vendored
View File

@ -1,3 +1,6 @@
### Ignore script files
*.sh
*.bat
### Maven template ### Maven template
target/ target/
@ -123,6 +126,7 @@ local.properties
*.jar *.jar
*.war *.war
*.ear *.ear
*.zip
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*