From 41cd6fab03af8f1d3fae6ee04937583ab7884efa Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 15 Jan 2023 14:15:38 -0700 Subject: [PATCH] .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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5