diff options
author | Blendoit <blendoit@gmail.com> | 2021-02-08 20:51:05 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-02-08 20:51:05 -0800 |
commit | d3763592ac66c9036ff70975c529c316f82b6306 (patch) | |
tree | bc7a6edae102aaaa8ecd7a675aeec7cef55e616d /.gitignore | |
parent | 7ff35677e36fa7c7be9e97535da3000df979a084 (diff) |
Ignore .html, tramp + eshell histories.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -6,6 +6,9 @@ secret* # .org => .el => .elc *.elc +# All website pages +*.html + # All caches *.cache @@ -19,6 +22,7 @@ transient/** _minted* emojis/* server/* +eshell/* # Tangled config .el and .elc file from .org smart-documents.el* @@ -26,4 +30,5 @@ smart-documents.el* # Misc .org-id-locations async-bytecomp.log -srecode-map.el
\ No newline at end of file +srecode-map.el +tramp
\ No newline at end of file |