Re: Git excludes fails to avoid git submodule warning

2019-03-24 Thread Duy Nguyen
On Sun, Mar 24, 2019 at 6:01 AM Klaatu wrote: > > Working with Git 2.21.0 on Linux: > > The git-add(1) man page says: > > "The optional configuration variable core.excludesFile indicates a path to a > file containing patterns of file names to exclude from git-add" > > But if I do this: > > $ echo

Git excludes fails to avoid git submodule warning

2019-03-23 Thread Klaatu
Working with Git 2.21.0 on Linux: The git-add(1) man page says: "The optional configuration variable core.excludesFile indicates a path to a file containing patterns of file names to exclude from git-add" But if I do this: $ echo "docs/themes/*/.git >> .gitexcludes $ git config core.excludeFil