From: Simon Glass Date: Sun, 15 Jan 2023 21:15:38 +0000 (-0700) Subject: .gitignore: Ignore the moveconfig database X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=41cd6fab03af8f1d3fae6ee04937583ab7884efa;p=u-boot.git .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 --- 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