aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-02-24 18:52:55 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2024-02-24 18:52:55 +0100
commit83ba678d77dfb96a75f2cf069ce8bd3b47e44620 (patch)
tree545f15a9c3e6e83848043f0a466b4fdff094509f
parenta69dd85f9e7e14a4402df09901f2543d1831d951 (diff)
downloaderlang-workshop-83ba678d77dfb96a75f2cf069ce8bd3b47e44620.tar.gz
erlang-workshop-83ba678d77dfb96a75f2cf069ce8bd3b47e44620.tar.bz2
erlang-workshop-83ba678d77dfb96a75f2cf069ce8bd3b47e44620.tar.xz
erlang-workshop-83ba678d77dfb96a75f2cf069ce8bd3b47e44620.zip
wip
-rw-r--r--.gitignore2
-rw-r--r--step-05/Emakefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6a09d8b..bf33e2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
.idea
*.beam
+*.tmp.*
+*.tmp
diff --git a/step-05/Emakefile b/step-05/Emakefile
new file mode 100644
index 0000000..4670287
--- /dev/null
+++ b/step-05/Emakefile
@@ -0,0 +1 @@
+{'*',[debug_info]}.