diff options
author | Max Christian Pohle | 2018-10-29 18:20:12 +0100 |
---|---|---|
committer | Max Christian Pohle | 2018-10-29 18:40:15 +0100 |
commit | 41312b5427c32ab5e8d145c02164020c13d44ae4 (patch) | |
tree | 8f325465e660640baac1fc3cad7226e1c4c63a83 /.gitignore | |
parent | eb2e7959987ebc405c7a03060f259655e13f01d0 (diff) | |
download | vim-41312b5427c32ab5e8d145c02164020c13d44ae4.tar.bz2 vim-41312b5427c32ab5e8d145c02164020c13d44ae4.zip |
Fixed submodule handling
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,3 +5,9 @@ | |||
5 | /spell/** | 5 | /spell/** |
6 | !spell/.keep | 6 | !spell/.keep |
7 | /systags | 7 | /systags |
8 | pack/_all/start/** | ||
9 | pack/_all/opt/** | ||
10 | pack/neovim/start/** | ||
11 | pack/neovim/opt/** | ||
12 | pack/vim/start/** | ||
13 | pack/vim/opt/** | ||