OpenSearch/.gitignore
Simon Willnauer ed473e272d Cut over to JUnit & Randomized Runner from TestNG
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.
2013-07-24 16:59:36 +02:00

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