2015-10-08 0:34 EDT, Aleksey Komarov <[email protected]>: > Now I try to add some submodules to my repository, but have a trouble. I > use whitelist in my gitignore: > [...] > Is this behavior correct? If yes, where can I read about it? How can I add > a submodule to my repository without it being declined by gitignore? >
Hi, As you said yourself, you're using a whitelist. Your submodule is not on the whitelist. This is the correct behavior from Git... -- Rémi -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
