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
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
|
# Eclipse #
|
||||||
|
###########
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.classpath
|
||||||
|
|
||||||
# Compiled source #
|
# Compiled source #
|
||||||
###################
|
###################
|
||||||
*.com
|
*.com
|
||||||
|
@ -29,4 +35,7 @@
|
||||||
######################
|
######################
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# Maven #
|
||||||
|
#########
|
||||||
|
target
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue