From d0809894ca4d7fa2d3bb432716b7fd92b72b49e6 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 14 Jun 2024 14:04:05 -0700 Subject: [PATCH] Ignore files from the build dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fd05eb5..a6eb074 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ build/cmake_install.cmake build/compile_commands.json .cache/clangd/index build/.cache/clangd/index +build/mocks