Add ebin/.gitignore
The reason for including ebin/ is that code:lib_dir(gproc) won't work
until it's present - i.e. previously not until gproc had been compiled.
Since other applications may use -include_lib("gproc/include/gproc.hrl"),
this introduces an unnecessary compile-time dependency.