Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
*~in glob 構文の意味は何ですか? たとえば、サンプル.hgignoreファイルでは次のようになります。
*~
.hgignore
syntax: glob .DS_Store *.swp *~.nib
*~.nibとはどう違い*.nibますか?ありがとう
*~.nib
*.nib
*~ファイルの末尾が であることを意味し~、主に IDE、テキスト エディタからの一時バックアップ ファイルとして使用されます。
~