[PATCH 01/24] .gitignore: Ignore the moveconfig database
Simon Glass
sjg at chromium.org
Sun Jan 15 22:15:38 CET 2023
This file is produced by the moveconfig.py tool. It should never be added
to the repo, so add it to the .gitignore file.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index eb769f144c3..357bcfe9917 100644
--- a/.gitignore
+++ b/.gitignore
@@ -104,3 +104,6 @@ __pycache__
# pylint files
/pylint.cur
/pylint.out/
+
+# moveconfig database
+/moveconfig.db
--
2.39.0.314.g84b9a713c41-goog
More information about the U-Boot
mailing list