diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-02-27 21:54:18 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-03-02 22:03:28 +0100 |
commit | 0cf6748e470e32f552c3483fc88a8479b52d9522 (patch) | |
tree | 2fadf2d6286b67987f080573f4e06bdb59bd8281 | |
parent | bc5112029b633fffef2a0abca4a438bd6264f467 (diff) |
.gitignore: Add autoport binary
Change-Id: I610797d5002b229211e320a814ce14131cc1dfe7
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/18517
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 48c9648af0..5383e113a0 100644 --- a/.gitignore +++ b/.gitignore @@ -113,6 +113,7 @@ util/runfw/googlesnow util/superiotool/superiotool util/vgabios/testbios util/viatool/viatool +util/autoport/autoport documentation/*.aux documentation/*.idx |