diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-05-22 05:46:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:47:56 -0400 |
commit | 87c2f76f3fae11bf559996505e23b37d03f4c5dc (patch) | |
tree | 624bfc9ed9e75f833366a4956a171ef1688246fd | |
parent | d339df522beb6d9268231069fd9e1d3e73af49ed (diff) | |
download | u-boot-imx-87c2f76f3fae11bf559996505e23b37d03f4c5dc.zip u-boot-imx-87c2f76f3fae11bf559996505e23b37d03f4c5dc.tar.gz u-boot-imx-87c2f76f3fae11bf559996505e23b37d03f4c5dc.tar.bz2 |
tools: Add entry for generated tools/bin2header to tools/.gitignore
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index ff07680..cb1e722 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,4 +1,5 @@ /atmel_pmecc_params +/bin2header /bmp_logo /envcrc /fdtgrep |