From df2f4451300b8cb7c07de835dcbf0ae6912b068f Mon Sep 17 00:00:00 2001 From: "Devecsery, David" Date: Mon, 31 Aug 2020 22:56:21 -0400 Subject: [PATCH] Update autograder_instructions.md --- instructions/autograder_instructions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/instructions/autograder_instructions.md b/instructions/autograder_instructions.md index b3c9e4d..e9c1bf8 100644 --- a/instructions/autograder_instructions.md +++ b/instructions/autograder_instructions.md @@ -98,6 +98,10 @@ Sources.cmake (`kernel/Sources.cmake`, `user/Sources.cmake`, and `bootblock/Sources.cmake`). You are only allowed to modify the lists present in those files. +Finally, you **may not** add any autograder generated files (e.g. anything in the `build` directory, +or any files generated by `cmake` to your git repository. Doing so will likely cause an autograder +error, wasting your submission. + Finally, when the autograder runs your code, it will do so in Release mode (with the option `-DCMAKE_BUILD_TYPE=Release`). Ensure your code works in Release mode before submitting it to the autograder! -- 2.47.3