Skip to content

Commit

Permalink
meta: Fix gitsha1.c
Browse files Browse the repository at this point in the history
Also update .gitignore
  • Loading branch information
vkoskiv committed Jan 24, 2024
1 parent c145fb2 commit 22334ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ input/HDRs/*
!input/HDRs/rooitou_park_1k.hdr

# for git version string
src/utils/gitsha1.c
generated/gitsha1.c

input/*
!input/newScene.*
Expand Down
2 changes: 1 addition & 1 deletion generated/gitsha1.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Autogenerated - Do not edit

#define GIT_SHA1 "b0c253783d4f070605d4c45012c3a88bb9334423"
#define GIT_SHA1 "NoHash"

char *gitHash(void) {
return GIT_SHA1;
Expand Down

0 comments on commit 22334ab

Please sign in to comment.