From 1f0b5149ce3a8b846c4526f512d115b61f2b7ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Proch=C3=A1zka?= Date: Wed, 8 Jan 2025 21:00:38 +0100 Subject: [PATCH] Fix .gitignore ignoring `crates/build` (#8621) --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b2d022aba88..43b4208ba656 100644 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,7 @@ __MACOSX *.bin *.o /arrow/ -build/ -./build/ +/build/ **/build-msvc/ **/CMakeFiles/ **/CMakeCache.txt