Merge pull request #7 from stianst/master
Added eclipse files to .gitignore
This commit is contained in:
commit
c30aed554f
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -3,6 +3,12 @@
|
|||
.idea
|
||||
*.iml
|
||||
|
||||
# Eclipse #
|
||||
###########
|
||||
.project
|
||||
.settings
|
||||
.classpath
|
||||
|
||||
# Compiled source #
|
||||
###################
|
||||
*.com
|
||||
|
@ -29,4 +35,7 @@
|
|||
######################
|
||||
*.log
|
||||
|
||||
# Maven #
|
||||
#########
|
||||
target
|
||||
|
||||
|
|
Loading…
Reference in a new issue