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 | 1d7108911f4b07243e2a4aef545cbc0c76660309 (patch) | |
| tree | 1643320a2b440dbb88cabf8ceac0d6caaef3416a | |
| parent | 847276d2310c8f29dd0414de19510beb6fe8ef15 (diff) | |
| download | dotemacs-1d7108911f4b07243e2a4aef545cbc0c76660309.tar.gz dotemacs-1d7108911f4b07243e2a4aef545cbc0c76660309.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-- | .gitignore | 3 | ||||
| -rw-r--r-- | assets/M-x_butterfly.png.bak | bin | 92971 -> 0 bytes |
2 files changed, 3 insertions, 0 deletions
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 Binary files differdeleted file mode 100644 index 4e6a26b51..000000000 --- a/assets/M-x_butterfly.png.bak +++ /dev/null |
