From e7200fb03357aed0a0aa445af7dc21fdfebc162d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 18 Jan 2020 17:03:08 +0000 Subject: [PATCH] Ignore transient/history.el I find that this file makes too much noise for me to care to track it. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 49e73a8c1..e201d3ac4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ Vundle.vim **/*/.emacs.d/projectile-bookmarks.eld **/*/.emacs.d/bookmarks __pycache__/ +**/*/transient/history.el