Skip to content

Commit

Permalink
Example application uses local soruces
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Parpaillon committed Jan 27, 2016
1 parent 0d09a3c commit e937137
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ _rel/
relx
*.d
.eunit
deps
/deps
*.o
*.beam
*.plt
Expand Down
9 changes: 8 additions & 1 deletion example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
.DS_Store
all.coverdata
bin
deps
/deps/cowboy
/deps/cowlib
/deps/hexer_mk
/deps/inaka_mk
/deps/jiffy
/deps/mixer
/deps/ranch
/deps/trails
ebin
erl_crash.dump
log
Expand Down
2 changes: 1 addition & 1 deletion example/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECT = example
gPROJECT = example

DEPS = cowboy_swagger mixer

Expand Down
1 change: 1 addition & 0 deletions example/deps/cowboy_swagger

0 comments on commit e937137

Please sign in to comment.