mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
ed473e272d
For better integration with the Lucene Test Framework and the availabilty of RandomizedRunner / Randommized Testing this commit moves over from TestNG to JUnit. This commit also moves relevant places over to RandomzedRunner for reproduceability and removes copied classes from the Lucene Test Framework.
28 lines
603 B
Plaintext
28 lines
603 B
Plaintext
.idea/
|
|
.gradle/
|
|
*.iml
|
|
work/
|
|
/data/
|
|
logs/
|
|
.DS_Store
|
|
build/
|
|
target/
|
|
.local-execution-hints.log
|
|
|
|
## eclipse ignores (use 'mvn eclipse:eclipse' to build eclipse projects)
|
|
## The only configuration files which are not ignored are .settings since
|
|
## these files ensure common coding style across Eclipse and IDEA
|
|
## Other files (.project, .classpath) should be generated through Maven which
|
|
## will correctly set the classpath based on the declared dependencies.
|
|
.project
|
|
.classpath
|
|
*/.project
|
|
*/.classpath
|
|
*/eclipse-build
|
|
|
|
## netbeans ignores
|
|
nb-configuration.xml
|
|
nbactions.xml
|
|
|
|
/dependency-reduced-pom.xml
|