拡張子により git の振る舞いを変更させる方法
ホームディレクトリもしくはワークディレクトリのルートに .gitattributes を設置する。
複数ファイルをgrepで検索するときにバイナリファイルを無視する方法
1 |
-I |
1 |
--binary-files=without-match |
type | notes |
---|---|
binary (default) | search binary files but do not print them |
without-match | do not search binary files |
text | treat all files as text |