From 1e2d19ea4f46f05d4a6586e5efa8bcb40105623e Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 21 Jan 2025 11:50:16 -0500 Subject: [PATCH] gitignore: Tell tools honoring .gitignore to ignore .git too --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1780a41c03..9e2836455f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Help tools that honor '.gitignore' (redundant for Git itself). +/.git + /CMakeUserPresets.json # Common build directories