How can binary files be ignored in git using the .gitignore file?
git
.gitignore
Example:
$ g++ hello.c -o hello
The
Just add hello or /hello to your .gitignore. Either works.
hello
/hello