OpenSearch/.gitignore
Adrien Grand 1954f770a1 Put Eclipse settings in the root directory.
This enforces that settings are taken into account whichever mean is used to
import the project into Eclipse (manual import, m2e, mvn eclipse:eclipse, ...).
2013-06-26 16:51:47 +02:00

25 lines
546 B
Plaintext

.idea/
.gradle/
*.iml
work/
/data/
logs/
.DS_Store
build/
target/
## 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