mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-06-13 10:16:48 -07:00
b31af3def5
UEFIExtract gets downloaded when building for laptops with ./build.sh as of recent. Adding it to .gitignore for convenience. Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com>
50 lines
531 B
Plaintext
50 lines
531 B
Plaintext
junit.xml
|
|
abuild*.xml
|
|
.config
|
|
.config.old
|
|
defconfig
|
|
.coreboot-version
|
|
.xcompile
|
|
.ccwrap
|
|
build/
|
|
coreboot-builds/
|
|
coreboot-builds*/
|
|
generated/
|
|
uefiextract
|
|
UEFIExtract_NE_A68_x64_linux.zip
|
|
|
|
site-local
|
|
|
|
*.\#
|
|
*.a
|
|
*.bin
|
|
*.debug
|
|
!Kconfig.debug
|
|
*.elf
|
|
*.fd
|
|
*.o
|
|
*.o.d
|
|
*.out
|
|
*.pyc
|
|
*.sw[po]
|
|
/*.rom
|
|
*.rom.sha256
|
|
.test
|
|
.dependencies
|
|
|
|
# Development friendly files
|
|
tags
|
|
.clang_complete
|
|
.cache
|
|
compile_commands.json
|
|
.vscode/
|
|
|
|
# Cross-compile toolkits
|
|
xgcc/
|
|
tarballs/
|
|
|
|
# editor backup files, temporary files, IDE project files
|
|
*~
|
|
*.kate-swp
|
|
*.kdev4
|