From: Simon Glass Date: Sun, 15 Jan 2023 21:15:38 +0000 (-0700) Subject: .gitignore: Ignore the moveconfig database X-Git-Tag: baikal/mips/sdk5.8.2~5^2~49^2~23 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=d38b6db6e7b9ec4d000d302773425cdfda4ec817;p=uboot.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