diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-23 09:49:32 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-23 09:49:32 -0500 |
| commit | 2536ac6965eadc54e29a1d7269cdf7f98515d689 (patch) | |
| tree | 2a53c959c77af4b0683f66b40579aacc3cc3e4cb | |
| parent | c82761fe3352294ef644a9b614cc2677f8f2e339 (diff) | |
| download | archangel-2536ac6965eadc54e29a1d7269cdf7f98515d689.tar.gz archangel-2536ac6965eadc54e29a1d7269cdf7f98515d689.zip | |
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.
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,3 +16,8 @@ inbox/ # Host-specific installer configs (contain secrets); see *.conf.example templates installer/velox-*.conf + +# Editor backups / autosave / lockfiles (emacs) +*~ +\#*\# +.\#* |
