OpenSearch/.gitignore

43 lines
576 B
Plaintext
Raw Normal View History

2015-12-15 21:51:38 -05:00
# intellij files
2011-12-05 18:11:12 -05:00
.idea/
*.iml
*.ipr
*.iws
2015-12-15 21:51:38 -05:00
# eclipse files
.project
.classpath
eclipse-build
.settings
2011-12-08 03:47:07 -05:00
2015-12-15 21:51:38 -05:00
# netbeans files
2011-12-08 03:47:07 -05:00
nb-configuration.xml
nbactions.xml
2015-12-15 21:51:38 -05:00
# gradle stuff
.gradle/
build/
generated-resources/
2015-12-15 21:51:38 -05:00
# maven stuff (to be removed when trunk becomes 4.x)
*-execution-hints.log
target/
2015-12-15 21:51:38 -05:00
dependency-reduced-pom.xml
# testing stuff
**/.local*
.vagrant/
# osx stuff
.DS_Store
# needed in case docs build is run...maybe we can configure doc build to generate files under build?
2015-12-15 21:51:38 -05:00
html_docs
# random old stuff that we should look at the necessity of...
2015-12-15 21:51:38 -05:00
/tmp/
backwards/