OpenSearch/.gitignore

37 lines
662 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)
## 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
2011-12-08 03:47:07 -05:00
## netbeans ignores
nb-configuration.xml
nbactions.xml
dependency-reduced-pom.xml