Hi all! Now I try to add some submodules to my repository, but have a trouble. I use whitelist in my gitignore: * !*/
!README !*.gitignore !*.gitmodule !*.c !*.h but when I try to add submodule, I see the following output: $ git submodule add gitserver:submodule1 The following path is ignored by one of your .gitignore files: submodule1 Use -f if you really want to add it. 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? -- 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.
