2015-12-15 21:51:38 -05:00
|
|
|
|
|
|
|
# intellij files
|
2011-12-05 18:11:12 -05:00
|
|
|
.idea/
|
|
|
|
*.iml
|
2014-12-23 02:05:01 -05:00
|
|
|
*.ipr
|
|
|
|
*.iws
|
2016-02-04 18:44:30 -05:00
|
|
|
build-idea/
|
2020-03-19 14:43:33 -04:00
|
|
|
out/
|
|
|
|
|
|
|
|
# include shared intellij config
|
|
|
|
!.idea/inspectionProfiles/Project_Default.xml
|
2021-03-20 03:26:48 -04:00
|
|
|
!.idea/runConfigurations/Debug_OpenSearch.xml
|
2022-01-27 12:04:03 -05:00
|
|
|
!.idea/vcs.xml
|
2020-03-19 14:43:33 -04:00
|
|
|
|
2020-01-14 18:18:28 -05:00
|
|
|
# These files are generated in the main tree by IntelliJ
|
|
|
|
benchmarks/src/main/generated/*
|
2015-08-04 09:36:22 -04:00
|
|
|
|
2015-12-15 21:51:38 -05:00
|
|
|
# eclipse files
|
2011-05-23 10:14:22 -04:00
|
|
|
.project
|
|
|
|
.classpath
|
2015-07-28 18:13:02 -04:00
|
|
|
.settings
|
2016-02-04 18:44:30 -05:00
|
|
|
build-eclipse/
|
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
|
2013-07-15 16:28:38 -04:00
|
|
|
|
2015-12-15 21:51:38 -05:00
|
|
|
# gradle stuff
|
|
|
|
.gradle/
|
|
|
|
build/
|
2015-10-29 18:55:41 -04:00
|
|
|
|
2018-04-25 22:11:40 -04:00
|
|
|
# vscode stuff
|
|
|
|
.vscode/
|
2015-12-15 21:51:38 -05:00
|
|
|
|
|
|
|
# testing stuff
|
|
|
|
**/.local*
|
|
|
|
.vagrant/
|
2016-10-05 16:24:22 -04:00
|
|
|
/logs/
|
2015-12-15 21:51:38 -05:00
|
|
|
|
|
|
|
# osx stuff
|
|
|
|
.DS_Store
|
|
|
|
|
2016-12-19 07:08:24 -05:00
|
|
|
# default folders in which the create_bwc_index.py expects to find old es versions in
|
|
|
|
/backwards
|
|
|
|
/dev-tools/backwards
|
|
|
|
|
2015-12-16 14:56:55 -05:00
|
|
|
# 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
|
2015-12-16 14:56:55 -05:00
|
|
|
|
|
|
|
# random old stuff that we should look at the necessity of...
|
2015-12-15 21:51:38 -05:00
|
|
|
/tmp/
|
2016-02-04 18:44:30 -05:00
|
|
|
eclipse-build
|
2019-07-08 10:49:33 -04:00
|
|
|
|
2020-01-14 18:18:28 -05:00
|
|
|
# projects using testfixtures
|
2019-07-08 10:49:33 -04:00
|
|
|
testfixtures_shared/
|
2019-11-13 10:12:00 -05:00
|
|
|
|
|
|
|
# These are generated from .ci/jobs.t
|
|
|
|
.ci/jobs/
|