.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 .cproject
.project .project
/.idea/ /.idea/
/.history/
/coverage/ /coverage/
/cmake-build-debug/ /cmake-build-debug/
@ -40,6 +41,7 @@
/datagen/ /datagen/
/build/ /build/
CMakeUserPresets.json CMakeUserPresets.json
*.swp
# Legacy locations of generated files (no longer in use) # Legacy locations of generated files (no longer in use)
/src/boxes /src/boxes
@ -59,5 +61,8 @@ CMakeUserPresets.json
/boxes.portable.*.nupkg /boxes.portable.*.nupkg
*.nupkg.zip *.nupkg.zip
# MacOS
.DS_Store
# Misc # Misc
/vs /vs