.gitignore add VS Code and JetBrains CLion files

This commit is contained in:
David Sargeant 2023-11-25 19:32:26 +01:00 committed by Thomas Jensen
parent bfee5e3023
commit f369cb80ba

5
.gitignore vendored
View File

@ -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