Due to some missing cleanup procedures excessive thread creation lead to JVM crashes during a full test run on some machines. Improved test harness in order to properly shutdown unused threads. Added idea artefacts to .gitignore.
17 lines
120 B
Plaintext
17 lines
120 B
Plaintext
.DS_Store
|
|
target
|
|
bin
|
|
build
|
|
.gradle
|
|
.springBeans
|
|
pom.xml
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
*.log
|
|
.classpath
|
|
.project
|
|
.settings
|
|
.idea
|
|
out
|