aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-26 18:07:13 -0500
committerCraig Jennings <c@cjennings.net>2026-05-26 18:07:13 -0500
commitcbc6100ae09fa177a8980b956c8709f595995f60 (patch)
treeac4e0776da0c466a5b2629df8958cb9960aa3394
parentde13477e72c5fb3aef083335022e87a7b84f4f37 (diff)
downloaddotemacs-cbc6100ae09fa177a8980b956c8709f595995f60.tar.gz
dotemacs-cbc6100ae09fa177a8980b956c8709f595995f60.zip
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.
-rw-r--r--.gitignore3
-rw-r--r--assets/M-x_butterfly.png.bakbin92971 -> 0 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0f9201c0..14f1d7f1 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 4e6a26b5..00000000
--- a/assets/M-x_butterfly.png.bak
+++ /dev/null
Binary files differ