forked from h2oai/h2o-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
156 lines (124 loc) · 2.52 KB
/
.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
*.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/
classes/
h2o-web/src/main/resources/www/steam
h2o-web/src/main/resources/www/flow
h2o-web/src/main/resources/www/3/h2o-genmodel.jar
h2o*/test-output/
test-output/
results/
out/
.idea/
*.ipr
*.iws
*.Rout
*.Rd
*.h4xd
h2o-r/h2o-package/DESCRIPTION
.settings/*
gradle-app.setting
.gradle
src/main/java/water/BuildVersion.java
.Rproj.user
.RData
.Rhistory
*.Rproj
*.Rbuildignore
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
h2o-r/h2o-package/NAMESPACE
h2o-r/h2o-package/docs/*
py2/testdir_single_jvm/h2o_fc-nodes.json
h2o-py/demos/.ipynb_checkpoints
Rplots.pdf
guidelines.py
# Don't delete local R packages
Rlibrary
# Data folders
bigdata
smalldata
fread
# Ignore Eclipse project settings
.classpath
.project
.settings/
# Stuff created by 'gradle dist'
h2o-dist/tmp
target
h2o-test-accuracy/testng.xml
# stuff created by sphinx-build (python docs)
h2o-py/docs/_build/
git_private_jenkins.sh
make-java6.sh
# Ignore generated code
h2o-bindings/src-gen/
h2o-grpc/proto-gen/
h2o-3-DESCRIPTION
gradle/buildnumber.properties
*_pb2.py
*_pb2_grpc.py
# Doc stuff
.Rapp.history
*.synctex.gz
# Ignore gradle home files
caches
native
# Ignore Sublime Text project settings
*.sublime-project
*.sublime-workspace
# Ignore Jupyter Notebook project files
*.ipynb_checkpoints/
h2o-docs/src/booklets/source/DeepLearningBooklet.top
h2o-docs/src/booklets/source/DeepLearningBooklet.tui
h2o-docs/src/booklets/source/DeepLearningBooklet-mpgraph.mp
h2o-docs/src/booklets/source/GBMBooklet-mpgraph.mp
h2o-docs/src/booklets/source/GBMBooklet.top
h2o-docs/src/booklets/source/GBMBooklet.tui
h2o-docs/src/booklets/source/GLMBooklet-mpgraph.mp
h2o-docs/src/booklets/source/GLMBooklet.top
h2o-docs/src/booklets/source/GLMBooklet.tui
h2o-docs/src/booklets/source/PythonBooklet-mpgraph.mp
h2o-docs/src/booklets/source/PythonBooklet.top
h2o-docs/src/booklets/source/PythonBooklet.tui
*.mp
*.top
*.tui
*.gz(busy)
h2o-web/package-lock.json
h2o-*/tests/.lookup.txt
# Ignore leak check output
leak-check.out
# Ignore h2o-r HTML output
h2o-r/h2o-package/docs/*.html
h2o-r/h2o-package/docs/articles/*.html
h2o-r/h2o-package/docs/reference/*.html
# Terraform
.terraform/