From f369cb80bae06969b00f3368592a9fd3af393b0e Mon Sep 17 00:00:00 2001 From: David Sargeant Date: Sat, 25 Nov 2023 19:32:26 +0100 Subject: [PATCH] .gitignore add VS Code and JetBrains CLion files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 2cf5a9e..a2f7b97 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ .cproject .project /.idea/ +/.history/ /coverage/ /cmake-build-debug/ @@ -40,6 +41,7 @@ /datagen/ /build/ CMakeUserPresets.json +*.swp # Legacy locations of generated files (no longer in use) /src/boxes @@ -59,5 +61,8 @@ CMakeUserPresets.json /boxes.portable.*.nupkg *.nupkg.zip +# MacOS +.DS_Store + # Misc /vs