forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
199 lines (193 loc) · 4.14 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
.pc
*~
*\#*
*.orig
*.rej
*.a
*.annot
*.aux
*.class
*.cma
*.cmi
*.cmo
*.cmx
*.cmxa
*.d
*.dvi
*.flc
*.log
*.o
*.omc
*.opic
*.opt
*.run
*.pyc
*.omakedb
*.omakedb.lock
*.db
*.exe
*.exe.mdb
.*.swp
*.dat
*.gp
*.spot
*.spit
*.cmt
*.cmti
*.so
TAGS
dist
mk/.*
config.mk
ocaml/xapi-client/client.ml
ocaml/xapi-types/aPI.ml
ocaml/xapi/custom_actions.ml
ocaml/xapi/db_actions.ml
ocaml/xapi/rbac_static.csv
ocaml/xapi/rbac_static.ml
ocaml/xapi/server.ml
ocaml/idl/vm_lifecycle.eps
ocaml/idl/xen*-datamodel-graph.gif
ocaml/idl/xen*-datamodel-graph.map
ocaml/idl/xen*-datamodel.tex
ocaml/idl/xen*api.ps
ocaml/idl/xen*api.pdf
ocaml/stdlib2/t*.ml
ocaml/xapi/testauth
ocaml/xapi/testauthx
ocaml/xapi/at_least_once_more
ocaml/xapi/cancel_tests
ocaml/xapi/config_constants.ml
ocaml/xapi/storage_impl_test
ocaml/xapi/storage_interface.mli
js/devweb/api.js
ocaml/idl/c_backend/autogen/*
ocaml/idl/c_backend/autogen-ent/*
ocaml/idl/c_backend/libxen/*
ocaml/idl/c_backend/libxenenterprise/*
ocaml/idl/c_backend/test_bindings_enterprise
ocaml/idl/c_backend/libxenenterprise.so*
ocaml/idl/c_backend/gen_c_binding
ocaml/idl/csharp_backend/gen_csharp_binding
ocaml/idl/java_binding/main
ocaml/lvhdrt/lvhdrt
ocaml/multipathrt/multipathrt
ocaml/perftest/histogram
ocaml/perftest/cumulative_time
ocaml/xenops/memory_summary
ocaml/xenops/squeeze_test
ocaml/idl/java_binding/obj/*
ocaml/idl/binding_sanity_checks/doc
ocaml/idl/binding_sanity_checks/binding
ocaml/idl/binding_sanity_checks/*.svg
ocaml/idl/binding_sanity_checks/*.png
ocaml/idl/binding_sanity_checks/sanitycheckmetrics
ocaml/idl/xenenterpriseapi.toc
ocaml/toplevel/xencaml
ocaml/cli/cli_lex.ml
ocaml/database/sqllex.ml
ocaml/database/sqlparse.mli
ocaml/database/sqlparse.ml
ocaml/sexpr/sExprLexer.ml
ocaml/sexpr/sExprParser.ml
ocaml/sexpr/sExprParser.mli
ocaml/idl/csharp_backend/autogen
ocaml/idl/csharp_backend/autogen-gui
ocaml/idl/csharp_backend/autogen-enterprise
ocaml/idl/csharp_backend/*.dll
ocaml/idl/csharp_backend/test.exe
ocaml/rrdd/xcp-rrdd
ocaml/rrdd/rrdd_test
ocaml/templates/templateLexer.ml
ocaml/templates/templateParser.ml
ocaml/templates/templateParser.mli
ocaml/xapi/storage_impl_test
ocaml/util/version.ml
zurich/java/com/xensource/autogen/*.java
js/api.js
java
ocaml/cdrommon/cdrommon
ocaml/database/db_filter_lex.ml
ocaml/database/db_filter_parse.ml
ocaml/database/db_filter_parse.mli
ocaml/database/dbupdate
ocaml/database/database_test
ocaml/database/unit_test_marshall
ocaml/database/block_device_io
ocaml/db_process/xapi-db-process
ocaml/db_process/xapi-db-upgrade-4.2
ocaml/doc/content
ocaml/doc/api
ocaml/doc/jsapi
ocaml/doc/components.js
ocaml/events/event_listen
ocaml/graph/graph
ocaml/idl/datamodel
ocaml/idl/html_build
ocaml/idl/js_backend/api.js
ocaml/idl/js_backend/main
ocaml/idl/json_backend/main
ocaml/idl/json_backend/*.json
ocaml/idl/ocaml_backend/gen_api_main
ocaml/mpathalert/mpathalert
ocaml/perftest/perftest
ocaml/rfb/rfb_randomtest
ocaml/vncproxy/vncproxy
ocaml/xapi/binpack
ocaml/xapi/database_store
ocaml/xapi/fakeguestagent
ocaml/xapi/monitor_fake_plugin
ocaml/xapi/quicktest_encodings_module.ml
ocaml/xapi/quicktestbin
ocaml/xapi/stresstest
ocaml/xapi/xapi
ocaml/xe-cli/xe
ocaml/xenops/dbgring
ocaml/xenops/domain_sethandle
ocaml/xenops/fence
ocaml/xenops/list_domains
ocaml/xenops/watch_test
ocaml/xenops/xal
ocaml/xenops/xenops
ocaml/xenops/xenvm
ocaml/xenops/xenvm-cmd
ocaml/xenops/xs
ocaml/xsh/xsh
ocaml/xstest/xsbench
ocaml/xstest/xstest
ocaml/xstest/xscheckperms
*/libs
js
ocaml/idl/META
ocaml/idl/ocaml_backend/META
ocaml/xenops/META
ocaml/xapi/rrddump
ocaml/xapi/sparse_dd
ocaml/license/daily-license-check
ocaml/license/v6d
ocaml/license/v6d-reopen-logs
ocaml/license/v6testd
ocaml/network/xcp-networkd
ocaml/network/xcp-networkd-reopen-logs
ocaml/network/networkd_db
ocaml/ptoken/genptoken
ocaml/xenops/memory_breakdown
ocaml/xenops/squeezed
ocaml/xenops/squeezed_client
ocaml/xenops-cli/xenopstest
ocaml/xenops-cli/xn
ocaml/xenops-cli/xn_cfg_lexer.ml
ocaml/xenops-cli/xn_cfg_parser.ml
ocaml/xenops-cli/xn_cfg_parser.mli
ocaml/xenops/xenopsd
noarch.spec
xapi.spec
/ocaml/sm-cli/smtest
/ocaml/xenops/cancel_utils_test
ocaml/xapi/storage_impl_test
ocaml/xenops/domain_sethandle
# Unit tests
ocaml/test/suite
xapi-db.xml*
oUnit-*.cache
_build