diff options
author | Noah Lovelady-Allen <noah+github@loveladyallen.com> | 2016-02-07 08:57:08 -0500 |
---|---|---|
committer | Noah Lovelady-Allen <noah+github@loveladyallen.com> | 2016-02-07 08:57:08 -0500 |
commit | 31045e29f8d6d8103262a096e145b6085f4336ea (patch) | |
tree | b350e44a8c0fab4b708e6f730e254d74e0d49671 /Global | |
parent | 7e04a3f05c5b913b5767ca88fc61734494ca97e2 (diff) | |
download | gitignore-31045e29f8d6d8103262a096e145b6085f4336ea.tar.gz gitignore-31045e29f8d6d8103262a096e145b6085f4336ea.zip |
Remove redundancy in Global/Vim.gitignore
Anything matched by `*.un~` will also be matched by the last rule, `*~`.
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Vim.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 325bd576..1099aaab 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,8 +1,6 @@ # swap [._]*.s[a-w][a-z] [._]s[a-w][a-z] -# persistent undo -*.un~ # session Session.vim # temporary |