diff options
author | John Turner <jturner.usa@gmail.com> | 2022-10-07 03:17:37 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2022-10-07 03:17:37 -0400 |
commit | 9b4283e142006014d90ca4d34029be0b761c3816 (patch) | |
tree | 43c32f78f523fd2408df25aab590330910d0c598 /.gitignore | |
parent | 6fac8a28da9bf30da71941340505c2316d0db5a3 (diff) | |
download | emacs.d-9b4283e142006014d90ca4d34029be0b761c3816.tar.gz |
moved dir-locals out of the init dir
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,9 +1,8 @@ /* !/.gitignore !/init.el -!/load-config.el -!/load-lisp.el !/custom.el !/themes !/init -!/lisp
\ No newline at end of file +!/lisp +!/dir-locals
\ No newline at end of file |