diff options
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,9 @@ Make.local *.efi.signed *.esl *.gdb* +*.gcda +*.gcno +*.gcov *.hash *.key *.key @@ -27,7 +30,9 @@ Make.local *.sw? *.tar.* /build*/ +/.cache/ /certdb/ +/compile_commands.json /cov-int/ /post-process-pe /random.bin |
