4a65d65ab6
Add 'generated/' to .gitignore. Change-Id: Ief7afe3cf6ffcaba6aa5be27f41c6a32de9e6bbb Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79873 Reviewed-by: Yidi Lin <yidilin@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
46 lines
473 B
Text
46 lines
473 B
Text
junit.xml
|
|
abuild*.xml
|
|
.config
|
|
.config.old
|
|
defconfig
|
|
.coreboot-version
|
|
.xcompile
|
|
.ccwrap
|
|
build/
|
|
coreboot-builds/
|
|
coreboot-builds*/
|
|
generated/
|
|
|
|
site-local
|
|
|
|
*.\#
|
|
*.a
|
|
*.bin
|
|
*.debug
|
|
!Kconfig.debug
|
|
*.elf
|
|
*.fd
|
|
*.o
|
|
*.o.d
|
|
*.out
|
|
*.pyc
|
|
*.sw[po]
|
|
/*.rom
|
|
.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
|