[git-users] List of ignore configuration file

2019-01-22 Thread cl . robitaille
Is there a way to list ALL of the ignore files that a given git uses? There are tons of files and locations that git uses and Googling only reports a partial list.. in my case, I had, but forgotten, both ~/.gitconfig AND ~/.config/git/ignore. The later was never mentioned anywhere on Google

Re: [git-users] List of ignore configuration file

2019-01-22 Thread Konstantin Khomoutov
On Tue, Jan 22, 2019 at 10:55:50AM -0800, cl.robitai...@gmail.com wrote: > Is there a way to list ALL of the ignore files that a given git uses? Yes. This list is documented in the gitignore(5) manual page. Run `git help ignore` to read it. > There are tons of files and locations that git uses a

Re: [git-users] List of ignore configuration file

2019-01-22 Thread Claude Robitaille
Thanks this help. I did read the man page, but I am used at seeing the files and locations at the end of the man page the section FILES. My bad to skiping right to the end of the man page. See dnsmasq as an example. Yes TL;DR. :-( I skip too quickly on --no-index. But now I understand that it

Re: [git-users] List of ignore configuration file

2019-01-22 Thread Philip Oakley
oops sent from wrong email identity.. On 22/01/2019 22:35, Philip Oakley wrote: On 22/01/2019 21:20, Claude Robitaille wrote: Thanks this help. I did read the man page, but I am used at seeing the files and locations at the end of the man page the section FILES. My bad to skiping right to th