diff options
author | Igor Epstein <igorepst@gmail.com> | 2018-05-01 22:02:53 +0300 |
---|---|---|
committer | Igor Epstein <igorepst@gmail.com> | 2018-05-01 22:02:53 +0300 |
commit | 17da48e4d69abb24dae1df2132795bc905ce3a4a (patch) | |
tree | fcd2c759dfb9e24794ee92d24c3f09b3b27ee076 /Global | |
parent | 766e2a1f6276219fed1f18f11508261adbcb8257 (diff) | |
download | gitignore-17da48e4d69abb24dae1df2132795bc905ce3a4a.tar.gz gitignore-17da48e4d69abb24dae1df2132795bc905ce3a4a.zip |
Add persistent undo to Vim.gitignore
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Vim.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 6d21783d..19cfe22f 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -12,3 +12,5 @@ Session.vim *~ # Auto-generated tag files tags +# Persistent undo +[._]*.un~ |