diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-10-20 15:25:35 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-10-22 12:57:32 +0000 |
commit | db05f96e388099651500433b10b4394c7f673c08 (patch) | |
tree | 1d085a52330fd295dbe6e6462ed34c6545cbdf99 | |
parent | 2d7aa1130853b3a1fca0dc7e1216fd8ecb496ce8 (diff) |
.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>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6ce8cb7c0f..b90a93fa1d 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ site-local *.\# *.bin *.debug +!Kconfig.debug *.elf *.o *.out |