aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHenry J. Webster <hwebs@hwebs.info>2026-07-30 12:04:12 -0500
committerHenry J. Webster <hwebs@hwebs.info>2026-07-30 12:04:12 -0500
commit348507638576563528b6a9ab5091ca906490dd51 (patch)
tree2269e9b7fe8111bf8b0088837639d4ffcacf6628 /.gitignore
parentdc1b0050762fc115814119ea06518de5363fe038 (diff)
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 4 insertions, 4 deletions
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