From 047f8638b478c79ae9fd1663bd981aa47238f447 Mon Sep 17 00:00:00 2001
From: gilzoide <gilzoide@gmail.com>
Date: Fri, 26 Apr 2024 09:46:49 -0300
Subject: Ignore clangd files, ignore any "build*/" directories

---
 .gitignore | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index 5bc0fd0..977af30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,9 +3,13 @@
 .vs/
 cmake-build-debug/
 bin/
-build/
+build*/
 out/
 slgj
 _deps/
 CMakeFiles/
-CMakeSettings.json
\ No newline at end of file
+CMakeSettings.json
+
+# clangd stuff
+.cache/
+compile_commands.json
\ No newline at end of file
-- 
cgit v1.2.3