I'm attempting to add several files to a git project, but getting some cryptic submodule errors.
git submodule
results in the following error:
No submodule mapping found in .gitmodules for path '.vim/bundle/ctrlsf.vim'
Where are these mappings coming from, and how can I remove them?
Originally, I of course cloned these projects from git... However, I have no need for their submodule metadata any longer.