Problem: to add files at ./shells/smallApps/* to Git at ./.git/ when I do not have the files at ./.git/info/exclude n
You should consider posting this question to the Git mail list (git@vger.kernel.org). You will likely get a more prompt and complete response.
If you do decide to post there, be sure to include:
ls -alcat .git/configfind . -name ".git*"git statusgit add editorsgit add shellsgit status