what does *~ mean in glob?
Posted
by Horace Ho
on Stack Overflow
See other posts from Stack Overflow
or by Horace Ho
Published on 2010-06-03T07:35:18Z
Indexed on
2010/06/03
7:44 UTC
Read the original article
Hit count: 331
What is the meaning of *~
in glob syntax? For example, in a sample .hgignore
file:
syntax: glob
.DS_Store
*.swp
*~.nib
what is difference between a *~.nib
and *.nib
? Thanks
© Stack Overflow or respective owner