Confusing .gitignore syntax
Posted
by tmslnz
on Stack Overflow
See other posts from Stack Overflow
or by tmslnz
Published on 2010-05-25T16:47:46Z
Indexed on
2010/05/25
17:01 UTC
Read the original article
Hit count: 358
I was reading http://www.kernel.org/pub/software/scm/git/docs/gitignore.html and the 6 points used to explain the ignore patterns seem to be describing a custom variant of a glob search syntax. I am more familiar with Mercurial, which allows to explicitly ignore via glob or regex patterns, no questions asked.
- Is there anything similar functionality in Git?
- Can anyone point me to some more exhaustive reference than the Git man page?
Best,
t
© Stack Overflow or respective owner