Skip to content

Commit

Permalink
Have git lfs auto-fetch netcdf files, but not other files
Browse files Browse the repository at this point in the history
  • Loading branch information
billsacks committed Dec 3, 2021
1 parent da82407 commit 129e321
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .lfsconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 129e321

Please sign in to comment.