add eclipse support to the gradle script and ignore special eclipse directories

This commit is contained in:
rbri 2017-08-26 19:53:28 +02:00 коммит произвёл Gregory Brail
Родитель e8faeeb191
Коммит f5559b0e23
2 изменённых файлов: 3 добавлений и 0 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -22,3 +22,5 @@ target/
.classpath
.project
test262
bin/
.settings/

Просмотреть файл

@ -1,5 +1,6 @@
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
apply plugin: 'jacoco'
apply plugin: 'distribution'