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
|
*.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
|
Loading…
Reference in New Issue
Block a user