From 43c59b8b0b8b4ee4cec7a7c6b5dc17292e4fc051 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 26 May 2026 18:07:13 -0500 Subject: chore: drop the stray butterfly PNG backup and ignore .bak files assets/M-x_butterfly.png.bak was a tracked duplicate of the banner PNG, an accidental backup that got committed. I removed it and added *.bak to .gitignore so editor and image backups stay out of the tree. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0f9201c0..14f1d7f1 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,6 @@ __pycache__/ *~ \#*\# .\#* + +# editor/image backup files +*.bak -- cgit v1.2.3