From 0471e8de255848866aea9eb52b7773af49e5a0ff Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Thu, 7 Nov 2024 16:35:51 +0100 Subject: [PATCH] init --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f96b96f --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.cache +.vscode +compile_commands.json +core* +build \ No newline at end of file