diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1ef2775ff..000000000 --- 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 similarity index 100% rename from presentation.md rename to presentations/erlang-2016/presentation.md diff --git a/presentation.pdf b/presentations/erlang-2016/presentation.pdf similarity index 100% rename from presentation.pdf rename to presentations/erlang-2016/presentation.pdf diff --git a/src/hello.erl b/presentations/erlang-2016/src/hello.erl similarity index 100% rename from src/hello.erl rename to presentations/erlang-2016/src/hello.erl diff --git a/src/hello1.erl b/presentations/erlang-2016/src/hello1.erl similarity index 100% rename from src/hello1.erl rename to presentations/erlang-2016/src/hello1.erl diff --git a/src/hello2.erl b/presentations/erlang-2016/src/hello2.erl similarity index 100% rename from src/hello2.erl rename to presentations/erlang-2016/src/hello2.erl diff --git a/src/hello_server.erl b/presentations/erlang-2016/src/hello_server.erl similarity index 100% rename from src/hello_server.erl rename to presentations/erlang-2016/src/hello_server.erl diff --git a/src/hello_server2.erl b/presentations/erlang-2016/src/hello_server2.erl similarity index 100% rename from src/hello_server2.erl rename to presentations/erlang-2016/src/hello_server2.erl diff --git a/src/hello_sup.erl b/presentations/erlang-2016/src/hello_sup.erl similarity index 100% rename from src/hello_sup.erl rename to presentations/erlang-2016/src/hello_sup.erl