From c19f58b4b7f3802a52009c6ff41943f86353f436 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 29 Mar 2025 12:54:23 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 1ecf235..3a287a1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,10 @@ build/ # Google Tests tests/lib/ + +# Cmake associated side effects +.cache/ +Debug/ +compile_commands.json +out/ +