From db05f96e388099651500433b10b4394c7f673c08 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 20 Oct 2019 15:25:35 +0200 Subject: [PATCH] .gitignore: Add an exception for Kconfig.debug Change-Id: I70f19497a2cb1314a1ab18a3da5fd47e40fb57cb Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/36171 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6ce8cb7c0fbc..b90a93fa1d88 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ site-local *.\# *.bin *.debug +!Kconfig.debug *.elf *.o *.out