Ignore the output logs - #16
Conversation
These get generated by the tests, but we don't really want to save or check them, so it is best to ignore them. Signed-off-by: William Kearney <william.kearney@uni-potsdam.de>
|
Hi Will - Branch "JH_refactor_3" is one commit ahead. So, I don't want to do further commits to complicate things. It has some changes to swt.c, but the two output files you don't want. What do you want me to do? Remove the output files and commit again? You've told me how to do this, but I'm just not sure if it will help (i.e. overwrite the last commit) or will mess things up. Please advise. Thank you. John |
|
@jkhillier: You have done everything correctly so far. Your Then I will merge #15 first, followed by this pull request (#16), so you shouldn't have to do anything weird beyond removing the output files. Once #16 is merged, you won't be able to commit the test/output.txt and test/seamounts_output.txt files, so this kind of thing should be less likely to happen in the future. |
|
Thank you William - The clarification on the nature of what 'commit' does was what I needed. Second commit done with output files removed. If I'm correct, I don't need to do another pull request .... but please let me know if I've got another action here. John |
These get generated by the tests, but we don't really want to save or check them, so it is best to ignore them.