Minor adjustment to gitignore to tidy things up

This commit is contained in:
Curle 2019-10-28 20:50:22 +00:00
parent fffcc03460
commit 1632510d86

4
.gitignore vendored
View File

@ -12,6 +12,7 @@
*.obj *.obj
*.elf *.elf
# Linker output # Linker output
*.ilk *.ilk
*.map *.map
@ -40,6 +41,8 @@
*.i*86 *.i*86
*.x86_64 *.x86_64
*.hex *.hex
*.efi
*.list
# Debug files # Debug files
*.dSYM/ *.dSYM/
@ -63,3 +66,4 @@ dkms.conf
/Sync-OS.vcxproj /Sync-OS.vcxproj
/Sync-OS.vcxproj.user /Sync-OS.vcxproj.user
/Sync-OS.vcxproj.filters /Sync-OS.vcxproj.filters
/efi