From bece8331ec649099b4d47c1d5065199ec14b81fc Mon Sep 17 00:00:00 2001 From: Steffen Haug Date: Sat, 7 Sep 2024 15:28:36 +0200 Subject: [PATCH] Add gitignore, gitignore build --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..baf1705 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +build/ +.cache/ +# Might want to commit this, but for now im just using it locally for a workaround on Linux. +.clangd