From f14ed1f4b7c7cf518c70f793cc3d55083207e60e Mon Sep 17 00:00:00 2001 From: Haakon Ludvig Langeland Ervik <45243236+haakon-e@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:09:23 -0700 Subject: [PATCH] Update .gitignore ignoring of Manifest files Manifest.toml -> Manifest*.toml Add wildcard to match e.g. Manifest-v1.11.toml as is now possible in Julia v1.11. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e7370e59a5..f7ba7f5fd5 100644 --- a/.gitignore +++ b/.gitignore @@ -26,9 +26,9 @@ docs/site/ # It records a fixed state of all packages used by the project. As such, it should not be # committed for packages, but should be committed for applications that require a static # environment. -/Manifest.toml -test/Manifest.toml -calibration/test/Manifest.toml +/Manifest*.toml +test/Manifest*.toml +calibration/test/Manifest*.toml # ignore vscode artifacts *.vscode