I had to run git add-in in VS 2013 without solution loaded.
My problem was that VS started application.vshost.exe when loaded windows application project, and hence blocked git add-in to perform some operations.
Already used .gitignore from VS studio template, but that is something different.