Skip to content

Commit 02bb0ce

Browse files
committed
ignore souce files
1 parent 171a95a commit 02bb0ce

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

netcdf-src/Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,23 @@ 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/NUG/**",
14+
"source/dap4_test/**",
15+
"source/examples/**",
16+
"source/nc_test/**",
17+
"source/h5_test/**",
18+
"source/nc_perf/**",
19+
"source/ncdump/**",
20+
"source/hdf4_test/**",
21+
"source/ncgen/**",
22+
"source/ncgen3/**",
23+
"source/nctest/**",
24+
]
1025

1126
[features]
1227
dap = []

0 commit comments

Comments
 (0)