.gitignore things

This commit is contained in:
oxmox 2023-02-03 21:31:17 +01:00
parent c49214afb8
commit 89a300edce

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
build*/
.cache/
.clangd/
.cmake/
CMakeLists.txt.user*
compile_commands.json
**/*.swo
**/*.swp
.vscode/