diff options
author | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-02 21:37:21 -0700 |
---|---|---|
committer | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-02 21:37:21 -0700 |
commit | 7a0807353e9e75b9a296da8a24485254ae245cfc (patch) | |
tree | 303c7dc73a20aaf091f2f1cf4355c2863d4b4f3f /.gitignore | |
parent | 231ff4f57cccc6618287e0983f6f326915f7ef56 (diff) |
Add README; init.el contains all (optional) packages
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fd8c69 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/.cache/ +/eln-cache/ +/elpa/ +/history |