OpenSearch/.gitignore
Adrien Grand 5b6be0c456 Use a separate build directory for Eclipse.
The fact that Maven and Eclipse share the same build directories can trigger
race conditions when both are trying to build at the same time, eg. if you run
`mvn clean test` while Eclipse is up and running: Eclipse will notice that some
class files are missing and start compiling in parallel with Maven.
2013-08-29 10:29:26 +02:00

32 lines
653 B
Plaintext

.idea/
.gradle/
*.iml
work/
/data/
logs/
.DS_Store
build/
target/
.local-execution-hints.log
docs/html/
docs/build.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
eclipse-build
*/.project
*/.classpath
*/eclipse-build
.settings/
## netbeans ignores
nb-configuration.xml
nbactions.xml
/dependency-reduced-pom.xml