Merge pull request #7 from stianst/master

Added eclipse files to .gitignore
This commit is contained in:
Bill Burke 2013-07-22 07:34:30 -07:00
commit c30aed554f

9
.gitignore vendored
View file

@ -3,6 +3,12 @@
.idea
*.iml
# Eclipse #
###########
.project
.settings
.classpath
# Compiled source #
###################
*.com
@ -29,4 +35,7 @@
######################
*.log
# Maven #
#########
target