Files
spring-data-redis/.gitignore
Thomas Darimont 44584b235d DATAREDIS-245 - Prevent Excessive Thread creation in tests.
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.
2014-01-15 10:38:32 +01:00

17 lines
120 B
Plaintext

.DS_Store
target
bin
build
.gradle
.springBeans
pom.xml
*.iml
*.ipr
*.iws
*.log
.classpath
.project
.settings
.idea
out