diff options
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 |