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/
|
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
|