Added eclipse settings files to .gitignore
parent
b694fb3417
commit
e63126ace2
|
@ -13,4 +13,9 @@ tags
|
||||||
build/
|
build/
|
||||||
*.bak
|
*.bak
|
||||||
.vagrant/
|
.vagrant/
|
||||||
.DS_STORE
|
.DS_STORE
|
||||||
|
|
||||||
|
# Eclipse Settings
|
||||||
|
.cproject
|
||||||
|
.project
|
||||||
|
.settings/
|
Loading…
Reference in New Issue