OpenSearch/.gitignore

40 lines
838 B
Plaintext
Raw Normal View History

2011-12-05 18:11:12 -05:00
.idea/
2010-02-08 08:30:06 -05:00
.gradle/
2011-12-05 18:11:12 -05:00
*.iml
*.ipr
*.iws
2010-02-08 08:30:06 -05:00
work/
2010-12-04 17:02:16 -05:00
/data/
2010-11-03 15:42:36 -04:00
logs/
2010-02-08 08:30:06 -05:00
.DS_Store
build/
2011-12-05 18:11:12 -05:00
target/
*-execution-hints.log
docs/html/
docs/build.log
2013-11-01 17:40:14 -04:00
/tmp/
backwards/
2011-08-10 05:04:29 -04: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 03:47:07 -05:00
## netbeans ignores
nb-configuration.xml
nbactions.xml
dependency-reduced-pom.xml