diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-26 18:07:13 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-26 18:07:13 -0500 |
| commit | 43c59b8b0b8b4ee4cec7a7c6b5dc17292e4fc051 (patch) | |
| tree | 22a04e13aaa651be7a4b691f003f6178bf6883b2 /.gitignore | |
| parent | 1d0b78e2ab7d226976c5e9b97ef120b6f6e897d7 (diff) | |
| download | dotemacs-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-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -94,3 +94,6 @@ __pycache__/ *~ \#*\# .\#* + +# editor/image backup files +*.bak |
