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