diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | step-05/Emakefile | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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]}. |