Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/49115 )
Change subject: util/crossgcc/.gitignore: Add cmake ......................................................................
util/crossgcc/.gitignore: Add cmake
Change-Id: I5ce346515f4468699396e214acfaa3b62f6d891d Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M util/crossgcc/.gitignore 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/49115/1
diff --git a/util/crossgcc/.gitignore b/util/crossgcc/.gitignore index 0dfddd3..e6ff06c 100644 --- a/util/crossgcc/.gitignore +++ b/util/crossgcc/.gitignore @@ -1,6 +1,7 @@ acpica-unix-*/ binutils-*/ build-*BINUTILS/ +build-*CMAKE/ build-*EXPAT/ build-*GCC/ build-*GDB/ @@ -11,6 +12,7 @@ build-*PYTHON/ build-*LVM/ build-*IASL/ +cmake-*/ expat-*/ gcc-*/ gdb-*/
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49115 )
Change subject: util/crossgcc/.gitignore: Add cmake ......................................................................
Patch Set 1: Code-Review+1
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49115 )
Change subject: util/crossgcc/.gitignore: Add cmake ......................................................................
Patch Set 1: Code-Review+2
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49115 )
Change subject: util/crossgcc/.gitignore: Add cmake ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/49115 )
Change subject: util/crossgcc/.gitignore: Add cmake ......................................................................
util/crossgcc/.gitignore: Add cmake
Change-Id: I5ce346515f4468699396e214acfaa3b62f6d891d Signed-off-by: Arthur Heymans arthur@aheymans.xyz Reviewed-on: https://review.coreboot.org/c/coreboot/+/49115 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Felix Singer felixsinger@posteo.net Reviewed-by: Angel Pons th3fanbus@gmail.com --- M util/crossgcc/.gitignore 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Felix Singer: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/util/crossgcc/.gitignore b/util/crossgcc/.gitignore index 0dfddd3..e6ff06c 100644 --- a/util/crossgcc/.gitignore +++ b/util/crossgcc/.gitignore @@ -1,6 +1,7 @@ acpica-unix-*/ binutils-*/ build-*BINUTILS/ +build-*CMAKE/ build-*EXPAT/ build-*GCC/ build-*GDB/ @@ -11,6 +12,7 @@ build-*PYTHON/ build-*LVM/ build-*IASL/ +cmake-*/ expat-*/ gcc-*/ gdb-*/