diff options
author | John Turner <jturner.usa@gmail.com> | 2022-07-03 23:16:15 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2022-07-03 23:16:15 -0400 |
commit | 250b3ef0d5c3cbc39129ce632838994a17f57fa2 (patch) | |
tree | dd0ccd888ff7fbf0a4d18da86d21c735e11cb9de /.gitignore | |
parent | e6b5e17a394cc8fdd827670b8fa1a81043c8a951 (diff) | |
download | emacs.d-250b3ef0d5c3cbc39129ce632838994a17f57fa2.tar.gz |
updated .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ /* !/.gitignore !/init.el +!/load-config.el +!/load-local-lisp.el !/custom.el !/themes -!/config
\ No newline at end of file +!/config +!/lisp
\ No newline at end of file |