OpenSearch/.gitignore
Colin Goodheart-Smithe 240155b4ea Adds eclipse settings files to set correct encoding and complier preferences
This is done in the maven-eclipse-plugin so now all eclipse files are generated by mV eclipse:eclipse and can safely be ignored
2015-06-08 14:54:44 +01:00

37 lines
662 B
Plaintext

.idea/
.gradle/
*.iml
*.ipr
*.iws
work/
/data/
logs/
.DS_Store
build/
target/
*-execution-hints.log
docs/html/
docs/build.log
/tmp/
backwards/
## eclipse ignores (use 'mvn eclipse:eclipse' to build eclipse projects)
## All files (.project, .classpath, .settings/*) should be generated through Maven which
## will correctly set the classpath based on the declared dependencies and write settings
## files to ensure common coding style across Eclipse and IDEA.
.project
.classpath
/.settings
eclipse-build
*/.project
*/.classpath
*/eclipse-build
*/.settings
plugins/*/.settings
## netbeans ignores
nb-configuration.xml
nbactions.xml
dependency-reduced-pom.xml