forked from h2oai/h2o-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (58 loc) · 885 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
*.class
*.hprof
*.pyc
*.swp
*.iml
*hs_err_pid*
*stdout.txt
*~
/AwsCredentials.properties
TAGS
bin/
build.local.conf
flatfile*
ice
pytest_flatfile-*
sandbox
syn_datasets
build/
lib/
h2o-web/src/main/resources/www/steam
h2o-web/src/main/resources/www/flow
h2o*/test-output/
test-output/
out/
.idea/
*.ipr
*.iws
*.Rout
*.Rd
h2o-r/h2o-package/DESCRIPTION
.settings/*
gradle-app.setting
.gradle
src/main/java/water/BuildVersion.java
.Rproj.user
R/.RData
R/.Rhistory
Rsandbox
.DS_Store
.DS_Store?
h2o-dev.ipr
node_modules/
private/
*Rsandbox*
h2o-r/R/
h2o-r/h2o-package/inst/branch.txt
h2o-r/h2o-package/man/inst/buildnum.txt
h2o-r/h2o-package/inst/java/
h2o-r/h2o-package/inst/source_code_repository_info.txt
h2o-r/h2o-package/man/h2o-package.Rd
py2/testdir_single_jvm/h2o_fc-nodes.json
# Data folders
bigdata/
smalldata/
# Ignore Eclipse project settings
.classpath
.project
.settings/