Skip to content

Commit

Permalink
Added ignore = untracked to some .gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrochh committed Apr 23, 2014
1 parent f436aec commit b784939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitmodules
Expand Up @@ -25,6 +25,7 @@
[submodule ".vim/bundle/vim-multiple-cursors"]
path = .vim/bundle/vim-multiple-cursors
url = git@github.com:terryma/vim-multiple-cursors.git
ignore = untracked
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
Expand All @@ -46,6 +47,7 @@
[submodule ".vim/bundle/javacomplete"]
path = .vim/bundle/javacomplete
url = https://github.com/vim-scripts/javacomplete.git
ignore = untracked
[submodule ".vim/bundle/vim-gradle"]
path = .vim/bundle/vim-gradle
url = https://github.com/tfnico/vim-gradle.git
Expand Down

0 comments on commit b784939

Please sign in to comment.