From d3763592ac66c9036ff70975c529c316f82b6306 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Mon, 8 Feb 2021 20:51:05 -0800 Subject: Ignore .html, tramp + eshell histories. --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 592d1cd..3a8130a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3