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 | cbc6100ae09fa177a8980b956c8709f595995f60 (patch) | |
| tree | ac4e0776da0c466a5b2629df8958cb9960aa3394 /.gitignore | |
| parent | de13477e72c5fb3aef083335022e87a7b84f4f37 (diff) | |
| download | dotemacs-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.
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 |
