Skip to content

Commit 16957ad

Browse files
committed
Ignore and include netcdf-c files
1 parent 1e8c7d8 commit 16957ad

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

netcdf-src/Cargo.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,27 @@ categories = ["filesystem"]
1212
keywords = ["netcdf"]
1313
readme = "README.md"
1414
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/**",
1618
"source/NUG/**",
1719
"source/dap4_test/**",
1820
"source/examples/**",
1921
"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",
2025
"source/h5_test/**",
2126
"source/nc_perf/**",
27+
"source/nczarr_test/**",
28+
"source/hdf5_test/**",
2229
"source/ncdump/**",
2330
"source/hdf4_test/**",
2431
"source/ncgen/**",
2532
"source/ncgen3/**",
2633
"source/nctest/**",
2734
"source/ncdap_test/**",
35+
"source/nc_perf/**",
2836
]
2937
rust-version = "1.77.0"
3038

0 commit comments

Comments
 (0)