diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-08T18·13+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-08T18·13+0000 |
commit | b268da5aca8b51197c5a0844b610c8c225295cf6 (patch) | |
tree | 97f505201f8bda877546fd36da27af08bde26294 /.gitignore | |
parent | 50420ba13130daca62efe2060905a135a6c41883 (diff) |
Ignore .netrwhist
Could have sworn I did this as well. Oh boy...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 361303b90189..03226efe7974 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,5 @@ **/*/.emacs.d/projectile-bookmarks.eld **/*/.emacs.d/network-security.data **/*/.emacs.d/smex-items -nvim/.netrwhist +.netrwhist Vundle.vim |