From 72aa603147d690d97fd8a9bc67b7c45d505470ab Mon Sep 17 00:00:00 2001 From: "jabber.developer2" Date: Tue, 23 Jun 2026 13:55:23 +0300 Subject: [PATCH] build: untrack generated src/gitversion.h.in The file is gitignored and regenerated by the build recipe from .git/HEAD/.git/index; it was committed by mistake during the upstream sync. Untrack it so builds no longer dirty the working tree. The version string behaviour is unchanged. --- src/gitversion.h.in | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/gitversion.h.in diff --git a/src/gitversion.h.in b/src/gitversion.h.in deleted file mode 100644 index 812644ba..00000000 --- a/src/gitversion.h.in +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef PROF_GIT_BRANCH -#define PROF_GIT_BRANCH @PROF_GIT_BRANCH@ -#endif -#ifndef PROF_GIT_REVISION -#define PROF_GIT_REVISION @PROF_GIT_REVISION@ -#endif