diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-21T00·37+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-21T00·38+0000 |
commit | 8ab71587a7fe532785950ed9dbc2bcfa1acdfcc4 (patch) | |
tree | d83d3b872c8710dbf22292f3e317f9e77018bc49 | |
parent | 421ef0a77f366cfa7d7d658f685f63da0264df87 (diff) |
chore(erlang-presentation): Prepare for depot merge
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | presentations/erlang-2016/presentation.md (renamed from presentation.md) | 0 | ||||
-rw-r--r-- | presentations/erlang-2016/presentation.pdf (renamed from presentation.pdf) | bin | 1777976 -> 1777976 bytes | |||
-rw-r--r-- | presentations/erlang-2016/src/hello.erl (renamed from src/hello.erl) | 0 | ||||
-rw-r--r-- | presentations/erlang-2016/src/hello1.erl (renamed from src/hello1.erl) | 0 | ||||
-rw-r--r-- | presentations/erlang-2016/src/hello2.erl (renamed from src/hello2.erl) | 0 | ||||
-rw-r--r-- | presentations/erlang-2016/src/hello_server.erl (renamed from src/hello_server.erl) | 0 | ||||
-rw-r--r-- | presentations/erlang-2016/src/hello_server2.erl (renamed from src/hello_server2.erl) | 0 | ||||
-rw-r--r-- | presentations/erlang-2016/src/hello_sup.erl (renamed from src/hello_sup.erl) | 0 |
9 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1ef2775ff8f2..000000000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.beam \ No newline at end of file diff --git a/presentation.md b/presentations/erlang-2016/presentation.md index 526564b88268..526564b88268 100644 --- a/presentation.md +++ b/presentations/erlang-2016/presentation.md diff --git a/presentation.pdf b/presentations/erlang-2016/presentation.pdf index ec8d996704b2..ec8d996704b2 100644 --- a/presentation.pdf +++ b/presentations/erlang-2016/presentation.pdf Binary files differdiff --git a/src/hello.erl b/presentations/erlang-2016/src/hello.erl index 56404a0c5a20..56404a0c5a20 100644 --- a/src/hello.erl +++ b/presentations/erlang-2016/src/hello.erl diff --git a/src/hello1.erl b/presentations/erlang-2016/src/hello1.erl index ca78261399e1..ca78261399e1 100644 --- a/src/hello1.erl +++ b/presentations/erlang-2016/src/hello1.erl diff --git a/src/hello2.erl b/presentations/erlang-2016/src/hello2.erl index 2d1f6c84c401..2d1f6c84c401 100644 --- a/src/hello2.erl +++ b/presentations/erlang-2016/src/hello2.erl diff --git a/src/hello_server.erl b/presentations/erlang-2016/src/hello_server.erl index 01df14ac57d5..01df14ac57d5 100644 --- a/src/hello_server.erl +++ b/presentations/erlang-2016/src/hello_server.erl diff --git a/src/hello_server2.erl b/presentations/erlang-2016/src/hello_server2.erl index 24bb934ee503..24bb934ee503 100644 --- a/src/hello_server2.erl +++ b/presentations/erlang-2016/src/hello_server2.erl diff --git a/src/hello_sup.erl b/presentations/erlang-2016/src/hello_sup.erl index 7fee0928c575..7fee0928c575 100644 --- a/src/hello_sup.erl +++ b/presentations/erlang-2016/src/hello_sup.erl |