d0777c976a
Visual Studio Code uses the directory .vscode/ to store data, so add it to the .gitignore. Signed-off-by: Tim Van Patten <timvp@google.com> Change-Id: I8fe6439f01bd5ada8ceb814a22602db241aa11d6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66701 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jon Murphy <jpmurphy@google.com>
45 lines
462 B
Text
45 lines
462 B
Text
junit.xml
|
|
abuild*.xml
|
|
.config
|
|
.config.old
|
|
defconfig
|
|
.coreboot-version
|
|
.xcompile
|
|
.ccwrap
|
|
build/
|
|
coreboot-builds/
|
|
coreboot-builds*/
|
|
|
|
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
|