From 2229bc7b05ff3d3175347801637ec1be2b8ecaa5 Mon Sep 17 00:00:00 2001 From: bronsen Date: Sun, 22 Feb 2026 19:30:47 +0100 Subject: [PATCH] git: ignore all our releasenotes --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d539b7d..43f5d06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # we create this for the release message -releasenotes.md +releasenotes.md* # Created by https://www.toptal.com/developers/gitignore/api/python,vim # Edit at https://www.toptal.com/developers/gitignore?templates=python,vim