Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jombie committed Jul 7, 2015
1 parent de3bd92 commit cece762
Show file tree
Hide file tree
Showing 323 changed files with 27,203 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*/deps/*
*/ebin
*/priv/*.so
*/*.o
*/*.beam
*/_rel/*

1 change: 1 addition & 0 deletions bertie
Submodule bertie added at 32f3ab
3 changes: 3 additions & 0 deletions erlang_hello_cowboy/.erlang.mk/deps.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/work/workspace/erlang_hello_cowboy/deps/cowboy
/work/workspace/erlang_hello_cowboy/deps/cowlib
/work/workspace/erlang_hello_cowboy/deps/ranch
3 changes: 3 additions & 0 deletions erlang_hello_cowboy/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PROJECT = erlang_hello_cowboy
DEPS = cowboy
include erlang.mk
Loading

0 comments on commit cece762

Please sign in to comment.