Replies: 5 comments 11 replies
|
Indeed. Maybe the easiest way to mitigate this is to specify the directory, e.g. something like this: or this: |
Yes also this. It's specific to each directory. |
|
Not all will develop their submissions under hit control, not to mention issues that arise from doing a When submitting, dot-directories such as |
Given @SirWumpus apt warning, the guidelines should also state, after the suggested additional guideline text recommend by GH-discussioncomment-11920317, the following guideline: And in case we have not made ourselves clear, your submission # Do NOT do this!
clobber:
-git clean -fInstead when doing a |


Uh oh!
There was an error while loading. Please reload this page.
The Guidelines explain the need to use
Makefile.exampleas a template for an entry'sMakefileand how theclobbertarget should clean up everything to return to a pristine directory state. Some contestants might carelessly forget that they should NOT:This is dependent of course on how the winners are distributed, but in the case of
git cloneof winners, agit clean -fwill clean their entire winners repo tree. Not just the directory they're in, which might not be what they want.All reactions