From bdf9831226788aaefab820e2feb054eb8f29fa1f Mon Sep 17 00:00:00 2001
From: Du Huanpeng <dhu@hodcarrier.org>
Date: Thu, 7 Apr 2022 17:37:49 +0800
Subject: [PATCH] tools: add boot/ to .gitignore

/tools/boot/ is a build product. Add it to .gitignore

Signed-off-by: Du Huanpeng <dhu@hodcarrier.org>
---
 tools/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/.gitignore b/tools/.gitignore
index a88453f64d..d3a93ff294 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -36,3 +36,4 @@
 /update_octeon_header
 /version.h
 /xway-swap-bytes
+/boot
-- 
2.39.5