From 73e70fd76678d2e69c3ae15ba2cf84bed6835665 Mon Sep 17 00:00:00 2001 From: Ian Taylor <4992918+iantaylor-NOAA@users.noreply.github.com> Date: Thu, 30 May 2024 09:26:10 -0700 Subject: [PATCH] add *.so to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c6ff177..76c9ecc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,6 @@ Results/ # files created by compiling the TMB model *.dll *.o +*.so # files for the pkgdown website docs