I'm seeing some strange behavior with Xcode 4 and git.
- Create a new project
- Right click on files - choose source control then commit. Add a comment.
- Choose source control then push from the file menu.
- Xcode returns an error complaining about uncommitted changes?!?
Calling git status
from the command line, I can see that some of the internal userdata files are not committed. Shouldn't Xcode know to either skip or include those? There is no indication in Xcode that there are any uncommitted files. The only way to find them is from the command line.
One thought would be to manually create a .gitignore file, but I would assume that Xcode handles all that internally.
Did I just stumble onto a bug, or is there some standard step that I'm missing?
Thanks!