diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-18T17·03+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-18T17·03+0000 |
commit | e7200fb03357aed0a0aa445af7dc21fdfebc162d (patch) | |
tree | b489be59a70d20d025ed0a79dc07987f1e2afa72 /.gitignore | |
parent | 158b66fbb5525e318bd8ec81dbf9b527129db086 (diff) |
Ignore transient/history.el
I find that this file makes too much noise for me to care to track it.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 49e73a8c177b..e201d3ac43ab 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ Vundle.vim **/*/.emacs.d/projectile-bookmarks.eld **/*/.emacs.d/bookmarks __pycache__/ +**/*/transient/history.el |