Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36171 )
Change subject: .gitignore: Add an exception for Kconfig.debug ......................................................................
.gitignore: Add an exception for Kconfig.debug
Change-Id: I70f19497a2cb1314a1ab18a3da5fd47e40fb57cb Signed-off-by: Arthur Heymans arthur@aheymans.xyz Reviewed-on: https://review.coreboot.org/c/coreboot/+/36171 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
diff --git a/.gitignore b/.gitignore index 6ce8cb7..b90a93f 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ *.# *.bin *.debug +!Kconfig.debug *.elf *.o *.out