diff options
author | Guangxiong Lin <[email protected]> | 2022-04-02 11:46:58 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-04-02 11:46:58 +0800 |
commit | 9ed3898acfdab8f1361e46c755f337eec96c4028 (patch) | |
tree | 35ed147318378b40ce98a2235d6d2ddf5ad2f027 /.vim | |
parent | 720825fd72aa1d4be3a75ecaa226ed105f62dda0 (diff) | |
download | dotfiles-9ed3898acfdab8f1361e46c755f337eec96c4028.tar.gz dotfiles-9ed3898acfdab8f1361e46c755f337eec96c4028.tar.bz2 dotfiles-9ed3898acfdab8f1361e46c755f337eec96c4028.zip |
Ignore vim undo
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/.gitignore b/.vim/.gitignore index e455cfb..50c9f2b 100644 --- a/.vim/.gitignore +++ b/.vim/.gitignore @@ -1,3 +1,4 @@ .swp +.undo .netrwhist pack/vendor |