From 08e5f315ddb97cd1eb408a39f50c2e50be980b96 Mon Sep 17 00:00:00 2001 From: Jonas Holzman Date: Fri, 25 Jul 2025 11:28:20 +0200 Subject: [PATCH] Build: Ignore old macOS x64 submodule directory Prevent accidental staging of this directory on macOS x64 machines due to the recent removal of the submodule. Pull Request: https://projects.blender.org/blender/blender/pulls/143132 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 532d9a7f631..e143e7d38ff 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,7 @@ waveletNoiseTile.bin /source/tools/ /release/datafiles/assets/ /tests/data/ +/lib/macos_x64/ # Build files for VS and VS Code. /build/