diff options
author | Rolf Vidar Hoksaas <32819373+mazunki@users.noreply.github.com> | 2019-09-10 16:07:19 +0200 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-09-10 11:07:19 -0300 |
commit | 41ec05833ae00be887bab36fceaee63611e86189 (patch) | |
tree | b1193b612a22f2c0dcedf1411894258115958ce4 /Global | |
parent | 499ae899e7b54e701e878759f73d9092302fd07a (diff) | |
download | gitignore-41ec05833ae00be887bab36fceaee63611e86189.tar.gz gitignore-41ec05833ae00be887bab36fceaee63611e86189.zip |
Update Vim.gitignore (#3169)
.svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim.
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Vim.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 3dc461ab..19fa6326 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,5 +1,6 @@ # Swap [._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files [._]*.sw[a-p] [._]s[a-rt-v][a-z] [._]ss[a-gi-z] |