How can binary files be ignored in git using the .gitignore file?
git
.gitignore
Example:
$ g++ hello.c -o hello
The
I created a .gitignore file with two entries in GOPATH directory.
/bin /pkg
It ignore all the compiled developments, currently.