updated gitignore with .gradle and build folders

This commit is contained in:
Marcel M. Otte 2016-06-02 17:52:48 +02:00
parent 9527611da8
commit aea0ebba87
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@
*.ear *.ear
/bin /bin
*/.settings/ */.settings/
*/.gradle
*/build*