diff options
author | Brendan Forster <brendan@github.com> | 2016-01-27 15:23:45 +1030 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2016-01-27 15:23:45 +1030 |
commit | 8ae0b3e125ecc358600189877b5ce5af2b49e423 (patch) | |
tree | 3c618a161648bf729036589a22c8c54f4dbf189d /Global | |
parent | 4b2af6fb77ac3315bcfc8e9306b01b5dac98ef2d (diff) | |
parent | 457f6464a77881e0408269686dd0698c3b90a98e (diff) | |
download | gitignore-8ae0b3e125ecc358600189877b5ce5af2b49e423.tar.gz gitignore-8ae0b3e125ecc358600189877b5ce5af2b49e423.zip |
Merge pull request #1542 from barraponto/patch-1
Document Vim file patterns
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Vim.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 6c5ee8df..325bd576 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,6 +1,10 @@ +# swap [._]*.s[a-w][a-z] [._]s[a-w][a-z] +# persistent undo *.un~ +# session Session.vim +# temporary .netrwhist *~ |