From 1632510d86d0c021fb03751a2843f6557b34a7fe Mon Sep 17 00:00:00 2001 From: Curle Date: Mon, 28 Oct 2019 20:50:22 +0000 Subject: [PATCH] Minor adjustment to gitignore to tidy things up --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 96cff94..7f9f8b6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.obj *.elf + # Linker output *.ilk *.map @@ -40,6 +41,8 @@ *.i*86 *.x86_64 *.hex +*.efi +*.list # Debug files *.dSYM/ @@ -63,3 +66,4 @@ dkms.conf /Sync-OS.vcxproj /Sync-OS.vcxproj.user /Sync-OS.vcxproj.filters +/efi \ No newline at end of file