diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-01-28 22:46:13 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-01-29 20:22:40 +0100 |
commit | 850d27b4b9d4cc3244ff4331b90b0376a7e9691e (patch) | |
tree | 038c229ccbb7571b18d5a71190cbf8c03e9ce46d /tools | |
parent | 4e9bd0623775768be4e1e80ee32a7e42b8c9d3c5 (diff) | |
download | u-boot-850d27b4b9d4cc3244ff4331b90b0376a7e9691e.zip u-boot-850d27b4b9d4cc3244ff4331b90b0376a7e9691e.tar.gz u-boot-850d27b4b9d4cc3244ff4331b90b0376a7e9691e.tar.bz2 |
tools: add mkeficapsule to .gitignore
mkeficapsule is a build product. Add it to .gitignore
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index a021ea9..a88453f 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -20,6 +20,7 @@ /kwboot /lib/ /mips-relocs +/mkeficapsule /mkenvimage /mkexynosspl /mkimage |