Просмотр исходного кода

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 лет назад
Родитель
Сommit
9b465e4c33
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      ebin/.gitignore

+ 2 - 0
ebin/.gitignore

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