Hi,

I was playing with this following gitignore for fun:

*/**

*!/app*
*!/app/a*

 
And later tried with this command "git check-ignore app/a -v" with the 
output:

.gitignore:7:!/app/a app/a


As per as I understood from Gitignore doc 
<https://git-scm.com/docs/gitignore> "*!/app/a*" should indicate to include 
"app/a" more precisely but instead git is ignoring it.


Any idea what I am missing here?


Thanks.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to