git: keep releasenotes.md off of version control

It is a transient file
This commit is contained in:
bronsen 2026-02-22 11:14:09 +01:00
parent 60705c87d7
commit 0f18820f46

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# we create this for the release message
releasenotes.md
# Created by https://www.toptal.com/developers/gitignore/api/python,vim # Created by https://www.toptal.com/developers/gitignore/api/python,vim
# Edit at https://www.toptal.com/developers/gitignore?templates=python,vim # Edit at https://www.toptal.com/developers/gitignore?templates=python,vim