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