From 2b31c08083adf0aeee87609b466e392aa96715d1 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Tue, 14 May 2024 15:10:23 +1000 Subject: [PATCH] gitignore: Add deps-build --- .gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1450388ae..ccadc69b9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,12 @@ # binaries folder /bin/ -/Build/ /build/ /build-*/ +# dependency build temp files +deps-build/ + # vs stuff .vs ipch @@ -40,9 +42,5 @@ CMakeLists.txt.user __pycache__ # other repos -/dep/mac /android -# UWP crap -Generated Files -/packages