Skip to content

Commit 129e321

Browse files
committed
Have git lfs auto-fetch netcdf files, but not other files
1 parent da82407 commit 129e321

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.lfsconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[lfs]
2-
fetchexclude = *
2+
# We auto-fetch any netCDF files, because they are needed for
3+
# running tests; however, we do NOT auto-fetch other binary
4+
# files, in particular image files that are part of the
5+
# documentation source (these are fetched as part of the
6+
# documentation build process).
7+
fetchinclude = *.nc

0 commit comments

Comments
 (0)