1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 16:22:36 +02:00

.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 files
/pylint.cur /pylint.cur
/pylint.out/ /pylint.out/
# moveconfig database
/moveconfig.db