forked from h2oai/h2o-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
116 lines (99 loc) · 1.51 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
*.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
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
h2o-genmodel/src/main/java/water/genmodel/BuildVersion.java
.Rproj.user
.RData
.Rhistory
*.Rproj
*.Rbuildignore
Rsandbox
.DS_Store
.DS_Store?
h2o-dev.ipr
node_modules/
private/
*Rsandbox*
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/
*.mp
*.top
*.tui
*.gz(busy)
h2o-web/package-lock.json
h2o-*/tests/.lookup.txt
# Ignore leak check output
leak-check.out
# Terraform
.terraform/