Compare commits
1 Commits
eaf566ff28
...
gitignore-
Author | SHA1 | Date | |
---|---|---|---|
|
e0e158ca90
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@ subprojects/*
|
||||
coverageReport/
|
||||
|
||||
# Files
|
||||
ptprnt.log
|
||||
!subprojects/*.wrap
|
||||
.vscode/*
|
||||
!.vscode/c_cpp_properties.json
|
||||
|
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