diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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/** |
