aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMax Christian Pohle2018-10-29 18:20:12 +0100
committerMax Christian Pohle2018-10-29 18:40:15 +0100
commit41312b5427c32ab5e8d145c02164020c13d44ae4 (patch)
tree8f325465e660640baac1fc3cad7226e1c4c63a83 /.gitignore
parenteb2e7959987ebc405c7a03060f259655e13f01d0 (diff)
downloadvim-41312b5427c32ab5e8d145c02164020c13d44ae4.tar.bz2
vim-41312b5427c32ab5e8d145c02164020c13d44ae4.zip
Fixed submodule handling
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 93df1ba..376cb65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,9 @@
5/spell/** 5/spell/**
6!spell/.keep 6!spell/.keep
7/systags 7/systags
8pack/_all/start/**
9pack/_all/opt/**
10pack/neovim/start/**
11pack/neovim/opt/**
12pack/vim/start/**
13pack/vim/opt/**
..