aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
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
commit43c59b8b0b8b4ee4cec7a7c6b5dc17292e4fc051 (patch)
tree22a04e13aaa651be7a4b691f003f6178bf6883b2 /.gitignore
parent1d0b78e2ab7d226976c5e9b97ef120b6f6e897d7 (diff)
downloaddotemacs-43c59b8b0b8b4ee4cec7a7c6b5dc17292e4fc051.tar.gz
dotemacs-43c59b8b0b8b4ee4cec7a7c6b5dc17292e4fc051.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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 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