From 840b6ba66c098545a9c836a0bc048949df2ced87 Mon Sep 17 00:00:00 2001 From: Michael de Gans Date: Tue, 18 Jun 2024 14:53:54 -0700 Subject: [PATCH] un-ignore `build-info.cmake` and `build-info.sh` I am assuming that ignoring them was unintentional. If they are ignored, some tools, like cargo, will consider the files inexistent, even if they're comitted, for the purpose of publishing. This leads to the build failing in such cases. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5296594952c4a..3c629d542bb95 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ gcovr-report/ tags build* +!build-info.cmake +!build-info.sh !build.zig cmake-build-* android-ndk-*