diff options
author | Martin Roth <martinroth@google.com> | 2016-08-31 22:13:33 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-09-02 18:20:51 +0200 |
commit | 9391aac2e091345f0b9d45e0f4cddd1f2ecb0c30 (patch) | |
tree | 49522dceaf37e45ba438363db02bdede6fa10e68 | |
parent | eb2e688a8ef8849c35d9cff68daaacb42cfca021 (diff) |
.gitignore: Add coreinfo build residue, defconfig
Change-Id: I387603aff6efd6da5e9d78f204d94c064a99e1d1
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/16389
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Omar Pakker
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b03736abc1..d467732d11 100644 --- a/.gitignore +++ b/.gitignore @@ -5,11 +5,14 @@ junit.xml abuild*.xml .config .config.old +defconfig .coreboot-version .xcompile .ccwrap build/ coreboot-builds/ +payloads/coreinfo/lpbuild/ +payloads/coreinfo/lp.config* payloads/external/depthcharge/depthcharge/ payloads/external/FILO/filo/ payloads/external/GRUB2/grub2/ |