Re: Why does git track directory listed in .gitignore/".git/info/exclude"?
From: Wayne Davison <hidden> Date: 2016-06-15 22:44:07
On Wed, Jan 23, 2008 at 07:24:44PM +0530, pradeep singh rautela wrote:
i.e i have added following line to both of them -
xen-3.1.0-src/
That doesn't match the directory due to the trailing slash. If you
remove that slash, it will match the dir, and then ignore anything
you place inside.
..wayne..