From 129e3210a94286e01e72d1282a24ca1e5fd5cb9d Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Wed, 1 Dec 2021 12:17:28 -0700 Subject: [PATCH] Have git lfs auto-fetch netcdf files, but not other files --- .lfsconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.lfsconfig b/.lfsconfig index 3d2778fad3..e97d0e2c7d 100644 --- a/.lfsconfig +++ b/.lfsconfig @@ -1,2 +1,7 @@ [lfs] - fetchexclude = * + # We auto-fetch any netCDF files, because they are needed for + # running tests; however, we do NOT auto-fetch other binary + # files, in particular image files that are part of the + # documentation source (these are fetched as part of the + # documentation build process). + fetchinclude = *.nc