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
1 changed files with 9 additions and 0 deletions

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