开发者

what does *~ mean in glob?

开发者 https://www.devze.com 2023-01-01 20:52 出处:网络
What is the meaning of *~ in glob syntax? For example, in a sample .hgignore file: syntax: glob .DS_Store

What is the meaning of *~ in glob syntax? For example, in a sample .hgignore file:

syntax: glob

.DS_Store
*.swp
*~.nib

what is diff开发者_JS百科erence between a *~.nib and *.nib ? Thanks


*~ means files end with ~, mostly used as temporary backup files by IDEs and text editors.

0

精彩评论

暂无评论...
验证码 换一张
取 消