From 0f535c76bc0b8be50cad82c9c954c073bffec1b7 Mon Sep 17 00:00:00 2001 From: Albin Johansson Date: Sun, 3 Dec 2023 22:27:36 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1af25237f..98782da20 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ # Compiled Dynamic libraries *.so *.dylib +*.dll # Fortran module files *.mod @@ -51,7 +52,7 @@ .vs .vscode -bin/*.dll build cmake-build-* -doxygen-out + +external/SDL* \ No newline at end of file