diff options
author | Du Huanpeng | 2022-04-07 17:37:49 +0800 |
---|---|---|
committer | Tom Rini | 2022-04-19 14:51:11 -0400 |
commit | bdf9831226788aaefab820e2feb054eb8f29fa1f (patch) | |
tree | dd57c57f27e26583f4068c0ab5253a8741cd1841 /tools | |
parent | 9bd89bbd71b12030294210be7c54da4b7cc77f00 (diff) |
tools: add boot/ to .gitignore
/tools/boot/ is a build product. Add it to .gitignore
Signed-off-by: Du Huanpeng <dhu@hodcarrier.org>
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 a88453f64da..d3a93ff294a 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -36,3 +36,4 @@ /update_octeon_header /version.h /xway-swap-bytes +/boot |