From 92b3c46ba3e59feacdd02db8d6bbc3cc87296ce5 Mon Sep 17 00:00:00 2001 From: Christian Kr Date: Mon, 4 Dec 2023 13:09:14 +0100 Subject: [PATCH] Exclude cmake-build directory from git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e67dc3511..dbb6d72ad 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ cmake_install.cmake install_manifest.txt build* +cmake-build* Build* Debug RelWithDebInfo