`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!