OpenSearch/.gitignore

37 lines
821 B
Plaintext
Raw Normal View History

2011-12-06 01:11:12 +02:00
.idea/
2010-02-08 15:30:06 +02:00
.gradle/
2011-12-06 01:11:12 +02:00
*.iml
2010-02-08 15:30:06 +02:00
work/
2010-12-05 00:02:16 +02:00
/data/
2010-11-03 21:42:36 +02:00
logs/
2010-02-08 15:30:06 +02:00
.DS_Store
build/
2011-12-06 01:11:12 +02:00
target/
2013-07-24 17:51:18 +02:00
.local-execution-hints.log
docs/html/
docs/build.log
2013-11-01 16:40:14 -05:00
/tmp/
2011-08-10 11:04:29 +02:00
## eclipse ignores (use 'mvn eclipse:eclipse' to build eclipse projects)
## The only configuration files which are not ignored are certain files in
## .settings (as listed below) 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/
!/.settings/org.eclipse.core.resources.prefs
!/.settings/org.eclipse.jdt.core.prefs
!/.settings/org.eclipse.jdt.ui.prefs
2011-12-08 09:47:07 +01:00
## netbeans ignores
nb-configuration.xml
nbactions.xml
/dependency-reduced-pom.xml