Improve gitignore for less noise in commits (#10)
All checks were successful
Build ptprnt / build (push) Successful in 1m34s
All checks were successful
Build ptprnt / build (push) Successful in 1m34s
Co-authored-by: Moritz Martinius <mm@cloudprinters.de> Reviewed-on: #10
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -85,5 +85,6 @@
|
||||
},
|
||||
"clang-tidy.buildPath": "builddir/",
|
||||
"clangd.onConfigChanged": "restart",
|
||||
"C_Cpp.default.compileCommands": "builddir/compile_commands.json"
|
||||
"C_Cpp.default.compileCommands": "builddir/compile_commands.json",
|
||||
"mesonbuild.configureOnOpen": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user