diff options
| author | Peter Jones <pjones@redhat.com> | 2021-08-02 13:04:49 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2021-09-07 17:05:04 -0400 |
| commit | 588e2dd8174cc7a114d716a31211de4051c6c699 (patch) | |
| tree | ab2c0ec812186116a6412328e8f181c76c780a06 | |
| parent | 9ddd8fc2f487fdc2aa733592a4c049a30e7daf3e (diff) | |
| download | efi-boot-shim-588e2dd8174cc7a114d716a31211de4051c6c699.tar.gz efi-boot-shim-588e2dd8174cc7a114d716a31211de4051c6c699.zip | |
Add some more stuff to .gitignore
This adds compile_commands.json (used by https://github.com/neoclide/coc.nvim)
and clangd's .cache/ directory to .gitignore.
Signed-off-by: Peter Jones <pjones@redhat.com>
| -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 |
