-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
318 lines (307 loc) · 6.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
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
# Compiled files
*.o
*.lo
*.la
.deps/
.libs/
*.dSYM/
# Misc generated files
c++/Makefile
c++/examples/Makefile
c++/examples/run-c++-ex.sh
c++/examples/testh5c++.sh
c++/src/Makefile
c++/src/h5c++
c++/test/H5srcdir_str.h
c++/test/Makefile
charmrun
ampirun
config.log
config.lt
config.status
config/stamp1
config/stamp2
examples/Makefile
examples/run-c-ex.sh
examples/testh5cc.sh
fortran/Makefile
fortran/examples/Makefile
fortran/examples/run-fortran-ex.sh
fortran/examples/testh5fc.sh
fortran/src/H5fort_type_defines.h
fortran/src/Makefile
fortran/src/h5fc
fortran/test/Makefile
fortran/testpar/Makefile
hl/Makefile
hl/c++/Makefile
hl/c++/examples/Makefile
hl/c++/examples/run-hlc++-ex.sh
hl/c++/src/Makefile
hl/c++/test/Makefile
hl/examples/Makefile
hl/examples/run-hlc-ex.sh
hl/fortran/Makefile
hl/fortran/examples/Makefile
hl/fortran/examples/run-hlfortran-ex.sh
hl/fortran/src/Makefile
hl/fortran/test/Makefile
hl/src/Makefile
hl/test/H5srcdir_str.h
hl/test/Makefile
hl/tools/Makefile
hl/tools/gif2h5/Makefile
hl/tools/gif2h5/h52giftest.sh
hl/tools/h5watch/Makefile
hl/tools/h5watch/testh5watch.sh
java/Makefile
java/examples/Makefile
java/examples/datasets/Makefile
java/examples/datasets/runExample.sh
java/examples/datatypes/Makefile
java/examples/datatypes/runExample.sh
java/examples/groups/Makefile
java/examples/groups/runExample.sh
java/examples/intro/Makefile
java/examples/intro/runExample.sh
java/src/Makefile
java/src/jni/Makefile
java/test/Makefile
java/test/junit.sh
libtool
src/H5Tinit.c
src/H5detect
src/H5config.h
src/H5lib_settings.c
src/H5make_libsettings
src/H5pubconf.h
src/Makefile
src/charmrun
src/libhdf5.settings
src/stamp-h1
test/H5srcdir_str.h
test/Makefile
test/test_plugin.sh
test/test_usecases.sh
test/testcheck_version.sh
test/testerror.sh
test/testflushrefresh.sh
test/testlibinfo.sh
test/testlinks_env.sh
test/testswmr.sh
test/testvdsswmr.sh
testpar/Makefile
tools/Makefile
tools/lib/Makefile
tools/src/Makefile
tools/src/h5copy/Makefile
tools/src/h5diff/Makefile
tools/src/h5dump/Makefile
tools/src/h5format_convert/Makefile
tools/src/h5import/Makefile
tools/src/h5jam/Makefile
tools/src/h5ls/Makefile
tools/src/h5repack/Makefile
tools/src/h5stat/Makefile
tools/src/misc/Makefile
tools/src/misc/h5cc
tools/test/Makefile
tools/test/h5copy/Makefile
tools/test/h5copy/testh5copy.sh
tools/test/h5diff/Makefile
tools/test/h5diff/h5diff_plugin.sh
tools/test/h5diff/testh5diff.sh
tools/test/h5diff/testph5diff.sh
tools/test/h5dump/Makefile
tools/test/h5dump/h5dump_plugin.sh
tools/test/h5dump/testh5dump.sh
tools/test/h5dump/testh5dumppbits.sh
tools/test/h5dump/testh5dumpvds.sh
tools/test/h5dump/testh5dumpxml.sh
tools/test/h5format_convert/Makefile
tools/test/h5format_convert/testh5fc.sh
tools/test/h5import/Makefile
tools/test/h5import/h5importtestutil.sh
tools/test/h5jam/Makefile
tools/test/h5jam/testh5jam.sh
tools/test/h5ls/Makefile
tools/test/h5ls/h5ls_plugin.sh
tools/test/h5ls/testh5ls.sh
tools/test/h5ls/testh5lsvds.sh
tools/test/h5repack/Makefile
tools/test/h5repack/h5repack.sh
tools/test/h5repack/h5repack_plugin.sh
tools/test/h5stat/Makefile
tools/test/h5stat/testh5stat.sh
tools/test/misc/Makefile
tools/test/misc/testh5clear.sh
tools/test/misc/testh5mkgrp.sh
tools/test/misc/testh5repart.sh
tools/test/misc/vds/Makefile
tools/test/perform/Makefile
test/accum
test/accum_swmr_reader
test/app_ref
test/atomic_reader
test/atomic_writer
test/big
test/bittests
test/btree2
test/cache
test/cache_api
test/cache_image
test/cache_logging
test/cache_tagging
test/cmpd_dset
test/cork
test/cross_read
test/dangle
test/dsets
test/dt_arith
test/dtransform
test/dtypes
test/earray
test/efc
test/enc_dec_plist
test/enc_dec_plist_cross_platform
test/enum
test/err_compat
test/error_test
test/evict_on_close
test/extend
test/external
test/farray
test/fheap
test/file_image
test/fillval
test/filter_fail
test/flush1
test/flush2
test/flushrefresh
test/freespace
test/getname
test/gheap
test/hyperslab
test/istore
test/lheap
test/links
test/links_env
test/mf
test/mount
test/mtime
test/ntypes
test/objcopy
test/ohdr
test/page_buffer
test/pool
test/reserved
test/set_extent
test/stab
test/swmr
test/swmr_addrem_writer
test/swmr_check_compat_vfd
test/swmr_generator
test/swmr_reader
test/swmr_remove_reader
test/swmr_remove_writer
test/swmr_sparse_reader
test/swmr_sparse_writer
test/swmr_start_write
test/swmr_writer
test/tcheck_version
test/testhdf5
test/testmeta
test/ttsafe
test/twriteorder
test/unlink
test/unregister
test/use_append_chunk
test/use_append_mchunks
test/use_disable_mdc_flushes
test/vds
test/vds_swmr_gen
test/vds_swmr_reader
test/vds_swmr_writer
test/vfd
testpar/t_cache
testpar/t_cache_image
testpar/t_init_term
testpar/t_mpi
testpar/t_pflush1
testpar/t_pflush2
testpar/t_prestart
testpar/t_pshutdown
testpar/t_shapesame
testpar/testphdf5
tools/src/h5copy/h5copy
tools/src/h5diff/h5diff
tools/src/h5diff/ph5diff
tools/src/h5dump/h5dump
tools/src/h5format_convert/h5format_convert
tools/src/h5import/h5import
tools/src/h5jam/h5jam
tools/src/h5jam/h5unjam
tools/src/h5ls/h5ls
tools/src/h5repack/h5repack
tools/src/h5stat/h5stat
tools/src/misc/h5clear
tools/src/misc/h5debug
tools/src/misc/h5mkgrp
tools/src/misc/h5redeploy
tools/src/misc/h5repart
tools/test/h5copy/h5copygentest
tools/test/h5diff/h5diffgentest
tools/test/h5dump/binread
tools/test/h5dump/h5dumpgentest
tools/test/h5format_convert/h5fc_chk_idx
tools/test/h5format_convert/h5fc_gentest
tools/test/h5import/h5importtest
tools/test/h5jam/getub
tools/test/h5jam/h5jamgentest
tools/test/h5jam/tellub
tools/test/h5repack/h5repacktst
tools/test/h5repack/testh5repack_detect_szip
tools/test/h5stat/h5stat_gentest
tools/test/misc/clear_open_chk
tools/test/misc/h5clear_gentest
tools/test/misc/h5repart_gentest
tools/test/misc/repart_test
tools/test/misc/talign
tools/test/misc/vds/UC_1_one_dim_gen
tools/test/misc/vds/UC_2_two_dims_gen
tools/test/misc/vds/UC_3_gaps_gen
tools/test/misc/vds/UC_4_printf_gen
tools/test/misc/vds/UC_5_stride_gen
tools/test/perform/chunk
tools/test/perform/h5perf
tools/test/perform/h5perf_serial
tools/test/perform/iopipe
tools/test/perform/overhead
tools/test/perform/perf
tools/test/perform/perf_meta
tools/test/perform/zip_perf
# Test files and logs
*.chklog
*.chkexe
accum_swmr_big.h5
tbogus.h5.copy
MPItest.h5
ParaTest.h5
hl/test/test_ds
hl/test/test_dset_append
hl/test/test_dset_opt
hl/test/test_file_image
hl/test/test_image
hl/test/test_ld
hl/test/test_lite
hl/test/test_packet
hl/test/test_table
hl/tools/gif2h5/gif2h5
hl/tools/gif2h5/h52gif
hl/tools/gif2h5/h52gifgentst
hl/tools/h5watch/extend_dset
hl/tools/h5watch/h5watch
hl/tools/h5watch/h5watchgentest
hl/tools/h5watch/swmr_check_compat_vfd
# Installed files
hdf5/