Update Managing Submodules authored by wmaahs's avatar wmaahs
...@@ -43,6 +43,7 @@ First and for most, the two most important things to remember are: ...@@ -43,6 +43,7 @@ First and for most, the two most important things to remember are:
3. In the submodule that you want to ignore, add the line ```ignore = dirty``` 3. In the submodule that you want to ignore, add the line ```ignore = dirty```
(e.g.) (e.g.)
```[submodule ".vim/bundle/msanders-snipmate"] path = .vim/bundle/msanders-snipmate url = git://github.com/msanders/snipmate.vim.git ignore = dirty``` ```[submodule ".vim/bundle/msanders-snipmate"] path = .vim/bundle/msanders-snipmate url = git://github.com/msanders/snipmate.vim.git ignore = dirty```
-------------------- --------------------
... ...
......