fix(gitignore): Add dist_git_hash

dist_git_hash is used in distribution, and might also be needed if git
is unavailable or broken (for example certain bind-mounts into docker
containers or use of tools such as jj).

One thing you absolutely mustn't do, however, is commit it. It
overrides future git commit detection, which would subtly cause caching
and/or version issues for everyone.

Let's gitignore it to avoid that.

Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
Change-Id: I9cf5412bf6693afab7cb7b0ca2a8a377575ed929
This commit is contained in:
Skyler Grey 2024-07-04 13:37:11 +00:00 committed by Andras Timar
parent ae20bc5ad4
commit 1ecf31df40

3
.gitignore vendored
View file

@ -135,8 +135,9 @@ zstdlib-symlink
ICU.dat
ios/Mobile/Assets.xcassets/AppIcon.appiconset
# iOS app build number
# build numbers/versions
BUNDLE-VERSION
/dist_git_hash
# android stuff
/android/lib/src/main/assets/dist