diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-10-27 21:27:31 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-10-27 21:27:31 -0400 |
commit | 0a87bb6fc5aa8be6471c266d5930b6ecfca19864 (patch) | |
tree | c7311ff7cb808f16f3f34a44289750d50e30bce2 /.gitignore | |
parent | Add stuff for reading documents (diff) | |
download | mmosmacs-0a87bb6fc5aa8be6471c266d5930b6ecfca19864.tar.gz mmosmacs-0a87bb6fc5aa8be6471c266d5930b6ecfca19864.tar.bz2 mmosmacs-0a87bb6fc5aa8be6471c266d5930b6ecfca19864.zip |
Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,8 +2,10 @@ auto-save-list/ | |||
2 | bookmarks | 2 | bookmarks |
3 | .cache/ | 3 | .cache/ |
4 | eln-cache/ | 4 | eln-cache/ |
5 | elpa/ | ||
5 | eshell/ | 6 | eshell/ |
6 | games/ | 7 | games/ |
8 | .mc-lists.el | ||
7 | .org-id-locations | 9 | .org-id-locations |
8 | org-roam.db | 10 | org-roam.db |
9 | projectile.cache | 11 | projectile.cache |