From 23f46943657ed062e811c77a6dce98aec0bbaa53 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 4 May 2025 19:28:22 -0400 Subject: [PATCH] Add Kate files to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 54f53e1..24cac8a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,7 @@ export/ .clang-format # Windows local/ -prefix/ \ No newline at end of file +prefix/ +.cache/ +.kateproject.build +compile_commands.json