Browse Source

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.
Ulf Wiger 12 years ago
parent
commit
9b465e4c33
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ebin/.gitignore

+ 2 - 0
ebin/.gitignore

@@ -0,0 +1,2 @@
+*
+!.gitignore