From 0f18820f460a24a126f6f1a6687ff003b99ed474 Mon Sep 17 00:00:00 2001 From: bronsen Date: Sun, 22 Feb 2026 11:14:09 +0100 Subject: [PATCH] git: keep releasenotes.md off of version control It is a transient file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7e46452..d539b7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# we create this for the release message +releasenotes.md + # Created by https://www.toptal.com/developers/gitignore/api/python,vim # Edit at https://www.toptal.com/developers/gitignore?templates=python,vim