From 2536ac6965eadc54e29a1d7269cdf7f98515d689 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 23 May 2026 09:49:32 -0500 Subject: chore: gitignore emacs backup, autosave, and lockfiles Batch and interactive emacs edits of the gitignored todo.org leave todo.org~ (and would leave #todo.org# / .#todo.org) in the working tree. Ignore the patterns so they stop showing up in git status. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 7ab01c5..0bf0a95 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,8 @@ inbox/ # Host-specific installer configs (contain secrets); see *.conf.example templates installer/velox-*.conf + +# Editor backups / autosave / lockfiles (emacs) +*~ +\#*\# +.\#* -- cgit v1.2.3