From d77301c338bd38be9ba71b945dbeb3f8b2fa992b Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Fri, 12 Jul 2024 11:33:44 -0700 Subject: [PATCH] git: Ignore .doc_version With recent updates in PR #7444, the file is created but should not be uploaded to git. Changelog-None. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0be658dfa..27f6934f0 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,4 @@ release/ # Ignore release verification Sha256Sums SHA256SUMS-* +doc/.doc_version