Update .gitignore settings for Eclipse output dirs
This commit is contained in:
parent
75443aaa13
commit
a6985b2cee
|
@ -9,7 +9,7 @@ credentials.properties
|
|||
build
|
||||
|
||||
# IDEA
|
||||
.idea/
|
||||
.idea
|
||||
*.iml
|
||||
*.iws
|
||||
|
||||
|
@ -17,14 +17,13 @@ build
|
|||
.project
|
||||
.classpath
|
||||
.settings/
|
||||
/bin
|
||||
bin
|
||||
|
||||
# Maven
|
||||
log/
|
||||
target/
|
||||
|
||||
# Output
|
||||
ethereumj-*.zip
|
||||
database
|
||||
logs
|
||||
test_db
|
||||
|
|
Loading…
Reference in New Issue