Browse Source

Add missing file. Update ignores for local rebar stuff

ext.bwaite 10 years ago
parent
commit
6053c429b8

+ 7 - 0
frameworks/Elixir/phoenix/bash_profile.sh

@@ -0,0 +1,7 @@
+#!/bin/bash
+
+export REBAR_HOME=$IROOT/rebar
+export ERL_BIN=$IROOT/erlang/bin
+export ERL_LIB=$IROOT/erlang/lib
+export ELX_BIN=$IROOT/elixir/bin
+export ELX_LIB=$IROOT/elixir/bin

+ 1 - 0
frameworks/Erlang/cowboy/.gitignore

@@ -2,4 +2,5 @@ erl_crash.dump
 __init__.py
 deps
 ebin
+.rebar
 *.deb

+ 1 - 0
frameworks/Erlang/elli/.gitignore

@@ -2,4 +2,5 @@ erl_crash.dump
 __init__.py
 deps
 ebin
+.rebar
 *.deb