summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-01-15 14:15:38 -0700
committerTom Rini <trini@konsulko.com>2023-02-11 09:56:28 -0500
commit41cd6fab03af8f1d3fae6ee04937583ab7884efa (patch)
tree481a2c7306863da84eb8e6de93e1cc5506d3f4a3 /.gitignore
parente38cdc684b6fd47d9ca133ac5b50773f7b0d0142 (diff)
downloadu-boot-41cd6fab03af8f1d3fae6ee04937583ab7884efa.tar.gz
.gitignore: Ignore the moveconfig database
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@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3adf1faf4e..3a4d056edf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -105,3 +105,6 @@ __pycache__
# pylint files
/pylint.cur
/pylint.out/
+
+# moveconfig database
+/moveconfig.db