From 5ce636b0ba207a71c435460826adc8ed46ee03be Mon Sep 17 00:00:00 2001 From: ocornut Date: Mon, 10 Jul 2023 12:15:00 +0200 Subject: [PATCH] Tweak to accomodate for build* directories anywhere. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dc716466..211d21dd 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ imgui.ini *.o *.obj *.exe -examples/build/* examples/*/Debug/* examples/*/Release/* examples/*/x64/* @@ -30,7 +29,7 @@ ipch JSON/ ## Commonly used CMake directories -/build*/ +build*/ ## Xcode artifacts project.xcworkspace