From 95faf1f8a5514e8ab54db1c7c422c3d3bc2de47a Mon Sep 17 00:00:00 2001 From: Eero Aaltonen Date: Fri, 14 Oct 2022 17:35:54 +0300 Subject: [PATCH] gitignore CMake build directories Using a separate build directory is a very common way of using CMake so add an ignore pattern for those. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6d7eb1c..c98b187 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ naval_fate run_testcase run_testcase.exe +# CMake build directories +/*build*/ + # CMake temporary files CMakeCache.txt CMakeFiles