Minor adjustment to gitignore to tidy things up
This commit is contained in:
parent
fffcc03460
commit
1632510d86
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
Loading…
Reference in New Issue
Block a user