summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@szymonszukalski.com>2026-04-09 10:53:27 +1000
committerSzymon Szukalski <szymon@szymonszukalski.com>2026-04-09 10:53:27 +1000
commitbc75732b9d37b77945a977ee9f7892cf6efc79c3 (patch)
tree4d9273ccc12c29eccc44fdc12372bea047414353 /.gitignore
parent12a5b1464bb919ba23f2aa6c22d44de81e382151 (diff)
Refactor Emacs config into modules
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index a0dc500..f92fa53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,16 @@
-# Keep the repository focused on the literate source and project docs.
+# Keep the repository focused on the modular source and project docs.
/*
!/.gitignore
!/AGENTS.md
!/README.md
-!/config.org
+!/early-init.el
+!/init.el
!/abbrev_defs
!/reset
-!/build
!/name-dictionary.el
+!/lisp/
+!/lisp/**
+/lisp/*.elc
!/docs/
!/docs/plans/
+!/docs/plans/**