mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03: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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -105,3 +105,6 @@ __pycache__
|
||||
# pylint files
|
||||
/pylint.cur
|
||||
/pylint.out/
|
||||
|
||||
# moveconfig database
|
||||
/moveconfig.db
|
||||
|
||||
Reference in New Issue
Block a user