.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>
This commit is contained in:
Arthur Heymans 2019-10-20 15:25:35 +02:00 committed by Patrick Georgi
parent 2d7aa11308
commit db05f96e38
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -56,6 +56,7 @@ site-local
*.\#
*.bin
*.debug
!Kconfig.debug
*.elf
*.o
*.out