From 79e6af86ca526d5fb56af6f6ca3da713e3a5e9f9 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 13 Feb 2024 13:02:28 +0100 Subject: Genesis commit --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..239b64f --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Autogenerated +.cache/ +compile_commands.json + +# Configs +.clangd + +# Test Files +test.s + +# Compilation Output +c8asm +!src/* +make +*.o -- cgit v1.2.3