From 348507638576563528b6a9ab5091ca906490dd51 Mon Sep 17 00:00:00 2001 From: "Henry J. Webster" Date: Thu, 30 Jul 2026 12:04:12 -0500 Subject: Convert dotfiles to GNU Stow package layout Restructure into per-app stow packages (bash, emacs, mako) whose trees mirror $HOME. Preserve emacs runtime data under the new package path and update .gitignore accordingly. Add README documenting stow usage. Assisted-by: Claude:claude-opus-4-8 --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b47c821..19acfbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -# Emacs -emacs/* -!emacs/init.el -!emacs/early-init.el +# Emacs (only track the config, not runtime data) +emacs/.config/emacs/* +!emacs/.config/emacs/init.el +!emacs/.config/emacs/early-init.el # Emacs temp files *~ \ No newline at end of file -- cgit v1.3