Thread (6 messages) flat view 6 messages, 4 authors, 2016-06-15

Re: Why does git track directory listed in .gitignore/".git/info/exclude"?

From: pradeep singh rautela <hidden>
Date: 2016-06-15 22:44:08

Hi Linus,

On 24/01/2008, Linus Torvalds [off-list ref] wrote:
[...]
quoted
Isn't it fine to include a directory name as

   $directory_name/
    instead of
   $directory_name/*
Heh.

I think your problem is that "/" itself. By adding it, the exclude
information does *not* match the directory entry itself (because the
directory entry itself is called just "xen-3.1.0-src" - note no slash!),
and since you added it, it also doesn't match any names _under_ that
directory exactly.
Got that.
Thanks a lot for explaining that to me Linus.

Best Regards,
                --Pradeep
So what you *should* have done is to just tell git to ignore the directory
named "xen-3.1.0-src", and you'd have been ok.

Using "xen-3.1.0-src/*" works too, but it is heavy-handed and unnecessary.

                Linus

-- 
--
pradeep singh rautela
http://eagain.wordpress.com
http://emptydomain.googlepages.com
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help