From b2971d15dc1d90185e5b507f9f7cea2f4d83f4b4 Mon Sep 17 00:00:00 2001 From: Moritz Martinius Date: Sun, 3 Dec 2023 13:23:58 +0100 Subject: [PATCH] Removing files that shouldn't have been staged --- .vscode/settings.json | 3 +-- src/graphics/hello.png | 6 ------ src/graphics/hello.txt | 7 ------- src/graphics/ptprnt.log | 0 4 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 src/graphics/hello.png delete mode 100644 src/graphics/hello.txt delete mode 100644 src/graphics/ptprnt.log diff --git a/.vscode/settings.json b/.vscode/settings.json index 0465043..c15385a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } diff --git a/src/graphics/hello.png b/src/graphics/hello.png deleted file mode 100644 index 8aed0fc..0000000 --- a/src/graphics/hello.png +++ /dev/null @@ -1,6 +0,0 @@ -{ - "text" : "Hello, world :)!", - "font" : "Liberation Sans", - "single-paragraph" : true, - "height" : 0 -} diff --git a/src/graphics/hello.txt b/src/graphics/hello.txt deleted file mode 100644 index a5916b9..0000000 --- a/src/graphics/hello.txt +++ /dev/null @@ -1,7 +0,0 @@ -{ - "text" : " Hello", - "font" : "FreeSans 32", - "single-paragraph" : true, - "alignment" : "center", - "height" : 0 -} diff --git a/src/graphics/ptprnt.log b/src/graphics/ptprnt.log deleted file mode 100644 index e69de29..0000000