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:
parent
37bef89433
commit
840b6ba66c
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -36,6 +36,8 @@ gcovr-report/
|
|||
|
||||
tags
|
||||
build*
|
||||
!build-info.cmake
|
||||
!build-info.sh
|
||||
!build.zig
|
||||
cmake-build-*
|
||||
android-ndk-*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue