如何在git使用该.gitignore文件时忽略二进制文件?
git
.gitignore
例:
$ g++ hello.c -o hello
"hello"文件是二进制文件.可以git忽略这个文件吗?
git gitignore
git ×1
gitignore ×1