diff options
author | Teddy Wing | 2016-02-15 04:36:34 +0100 |
---|---|---|
committer | Teddy Wing | 2016-02-15 04:37:28 +0100 |
commit | 2bcfdc5247e859e976edb2e61e7f9e530dccffc7 (patch) | |
tree | f24e291949aac3e27c1d488ab36a4b90d139e380 /.gitmodules | |
parent | d2b6d1234ce9c6410b59b2eb8e8c5e671acf68b7 (diff) | |
download | dotvim-2bcfdc5247e859e976edb2e61e7f9e530dccffc7.tar.bz2 |
.gitmodules: Ignore untracked files in the 'slimv' submodule
Git was complaining that the tree was dirty with the `doc/tags` file.
Just ignore untracked files.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 67586bf..3b35d2c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,3 +57,4 @@ [submodule "bundle/slimv"] path = bundle/slimv url = https://github.com/kovisoft/slimv.git + ignore = untracked |