OpenSearch/.gitignore
Gordon Brown f207e5bde9
Add generated benchmark files to gitignore (#51000)
When building IntelliJ generates several source files related to the
benchmarks. This commit adds that path to the gitignore so these don't
get accidentally committed.
2020-01-14 16:18:28 -07:00

52 lines
799 B
Plaintext

# intellij files
.idea/
*.iml
*.ipr
*.iws
build-idea/
# These files are generated in the main tree by IntelliJ
benchmarks/src/main/generated/*
# eclipse files
.project
.classpath
.settings
build-eclipse/
# netbeans files
nb-configuration.xml
nbactions.xml
# gradle stuff
.gradle/
build/
# vscode stuff
.vscode/
# testing stuff
**/.local*
.vagrant/
/logs/
# osx stuff
.DS_Store
# default folders in which the create_bwc_index.py expects to find old es versions in
/backwards
/dev-tools/backwards
# needed in case docs build is run...maybe we can configure doc build to generate files under build?
html_docs
# random old stuff that we should look at the necessity of...
/tmp/
eclipse-build
# projects using testfixtures
testfixtures_shared/
# These are generated from .ci/jobs.t
.ci/jobs/