Skip to content

Commit acd84bd

Browse files
committed
ignore souce files
1 parent 171a95a commit acd84bd

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

netcdf-src/Cargo.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,26 @@ authors = ["Magnus Ulimoen <magnusu@met.no>"]
55
edition = "2018"
66
description = "Build scripts for building `netCDF` from source"
77
build = "build.rs"
8+
repository = "https://github.com/georust/netcdf"
89
license-file = "source/COPYRIGHT"
910
links = "netcdfsrc"
11+
exclude = [
12+
"source/unit_test/**",
13+
"source/ncdap_test/**",
14+
"source/NUG/**",
15+
"source/dap4_test/**",
16+
"source/docs/**",
17+
"source/examples/**",
18+
"source/nc_test/**",
19+
"source/nc_test4/**",
20+
"source/h5_test/**",
21+
"source/nc_perf/**",
22+
"source/ncdump/**",
23+
"source/hdf4_test/**",
24+
"source/ncgen/**",
25+
"source/ncgen3/**",
26+
"source/nctest/**",
27+
]
1028

1129
[features]
1230
dap = []

0 commit comments

Comments
 (0)