Tagged Questions
1
vote
2answers
109 views
How to make git ignore changes to submodules by default
Since gitmodules were introduced in Git, I like to add them like so:
[submodule "actionbarsherlock"]
path = actionbarsherlock
url = git://github.com/JakeWharton/ActionBarSherlock.git
ignore = dirty
...
0
votes
1answer
397 views
git - Submodule poblem with .gitignore
I'm having the following error:
git.exe submodule add -- "D:/Programming/boost_1_50_0"
"C:/Users/qwerty/Documents/Visual Studio 2010/Projects/framework"
The following path is ignored by ...
29
votes
3answers
4k views
.gitignore files added inside Git submodules
I recently reorganized my dotfiles to live inside a Git repository at ~/Dropbox/dotfiles and I'm using pathogen to bundle all Vim addons inside ~/Dropbox/dotfiles/home/.vim/bundle. These addons were ...
1
vote
2answers
962 views
git submodule, ignoring the wrong directory
I am new to git but have spent a good deal of time reading through documentation and gotchas on git submodules before trying them. I am having a problem that I feel -- probably naively -- is a bug in ...