Removing files that shouldn't have been staged

This commit is contained in:
2023-12-03 13:23:58 +01:00
parent ca4cdc3fd9
commit b2971d15dc
4 changed files with 1 additions and 15 deletions

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"
}

View File

@@ -1,6 +0,0 @@
{
"text" : "Hello, world :)!",
"font" : "Liberation Sans",
"single-paragraph" : true,
"height" : 0
}

View File

@@ -1,7 +0,0 @@
{
"text" : " Hello",
"font" : "FreeSans 32",
"single-paragraph" : true,
"alignment" : "center",
"height" : 0
}