.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>
This commit is contained in:
Simon Glass 2023-01-15 14:15:38 -07:00 committed by Tom Rini
parent e38cdc684b
commit 41cd6fab03

3
.gitignore vendored
View File

@ -105,3 +105,6 @@ __pycache__
# pylint files
/pylint.cur
/pylint.out/
# moveconfig database
/moveconfig.db