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.
This commit is contained in:
Michael de Gans 2024-06-18 14:53:54 -07:00
parent 37bef89433
commit 840b6ba66c

2
.gitignore vendored
View file

@ -36,6 +36,8 @@ gcovr-report/
tags
build*
!build-info.cmake
!build-info.sh
!build.zig
cmake-build-*
android-ndk-*