From 628d7249b136d9ae16404085aafdcfdeca9e223b Mon Sep 17 00:00:00 2001 From: dingusdev <52434309+dingusdev@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:11:32 -0700 Subject: [PATCH] Update gitignore for CodeLite project files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 3584dc1..3b98d4c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,13 @@ CMakeSettings.json *.vcxproj *.vcxproj.filters +# Ignore CodeLite configuration files +*.workspace +*.workspace.* +compile_commands.json +*.session +*.tags + # Ignore generated executables dingusppc dingusppc.exe