File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,27 @@ categories = ["filesystem"]
12
12
keywords = [" netcdf" ]
13
13
readme = " README.md"
14
14
exclude = [
15
- # "source/unit_test/**", https://github.com/Unidata/netcdf-c/pull/3133
15
+ " source/docs/doxygen-awesome-css/**" ,
16
+ " source/docs/images/**" ,
17
+ " source/docs/old/**" ,
16
18
" source/NUG/**" ,
17
19
" source/dap4_test/**" ,
18
20
" source/examples/**" ,
19
21
" source/nc_test/**" ,
22
+ # "source/unit_test/**", https://github.com/Unidata/netcdf-c/pull/3133
23
+ # "source/nc_test4/**", https://github.com/Unidata/netcdf-c/pull/3133
24
+ " source/nc_test4/**.nc" ,
20
25
" source/h5_test/**" ,
21
26
" source/nc_perf/**" ,
27
+ " source/nczarr_test/**" ,
28
+ " source/hdf5_test/**" ,
22
29
" source/ncdump/**" ,
23
30
" source/hdf4_test/**" ,
24
31
" source/ncgen/**" ,
25
32
" source/ncgen3/**" ,
26
33
" source/nctest/**" ,
27
34
" source/ncdap_test/**" ,
35
+ " source/nc_perf/**" ,
28
36
]
29
37
rust-version = " 1.77.0"
30
38
You can’t perform that action at this time.
0 commit comments