From 919d35cb9470f206f12f746ee73b1ba435cd8741 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 19 Oct 2024 20:08:33 +0200 Subject: [PATCH] chore: gitignore update --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d86ba9f..a41756d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ obj/ -bin/ \ No newline at end of file +bin/ + +compile_commands.json +core +.depend +.cache/ \ No newline at end of file -- 2.48.1