Add gitignore for eclipse

- For eclipse and vscode language server
  ignore generic files/dirs created.

Closes: gh-194
This commit is contained in:
Janne Valkealahti
2021-11-24 15:37:27 +00:00
committed by Brian Clozel
parent 36a84f58bd
commit f498407087

6
.gitignore vendored
View File

@@ -5,3 +5,9 @@ build
out
*.iml
.DS_Store
# eclipse
.classpath
.project
.settings/
bin/