1 Commits

Author SHA1 Message Date
Moritz Martinius
1b52fb0458 This Commit adds a rudimentary printer factory to greatly simplify the creation of printers
All checks were successful
Build ptprnt / build (push) Successful in 1m36s
2024-03-23 14:38:44 +01:00
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@@ -6,7 +6,6 @@ subprojects/*
coverageReport/
# Files
ptprnt.log
!subprojects/*.wrap
.vscode/*
!.vscode/c_cpp_properties.json

View File

@@ -85,6 +85,5 @@
},
"clang-tidy.buildPath": "builddir/",
"clangd.onConfigChanged": "restart",
"C_Cpp.default.compileCommands": "builddir/compile_commands.json",
"mesonbuild.configureOnOpen": true
"C_Cpp.default.compileCommands": "builddir/compile_commands.json"
}