From d59854688a0c080aa9a4bb9ea19104d7c34c4820 Mon Sep 17 00:00:00 2001 From: Marco Matthies <71844+marcom@users.noreply.github.com> Date: Wed, 22 May 2024 19:48:20 +0200 Subject: [PATCH] Add desktop_results dir to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1d93ec1..b36a31a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ examples +# saved simulation results +/desktop_results + # File generated by Pkg, the package manager, based on a corresponding Project.toml # 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 -- GitLab