From 1d7108911f4b07243e2a4aef545cbc0c76660309 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 +++ assets/M-x_butterfly.png.bak | Bin 92971 -> 0 bytes 2 files changed, 3 insertions(+) delete mode 100644 assets/M-x_butterfly.png.bak diff --git a/.gitignore b/.gitignore index 0f9201c0f..14f1d7f14 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,6 @@ __pycache__/ *~ \#*\# .\#* + +# editor/image backup files +*.bak diff --git a/assets/M-x_butterfly.png.bak b/assets/M-x_butterfly.png.bak deleted file mode 100644 index 4e6a26b51..000000000 Binary files a/assets/M-x_butterfly.png.bak and /dev/null differ -- cgit v1.2.3