commit | 41cd6fab03af8f1d3fae6ee04937583ab7884efa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 15 14:15:38 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 11 09:56:28 2023 -0500 |
tree | 481a2c7306863da84eb8e6de93e1cc5506d3f4a3 | |
parent | e38cdc684b6fd47d9ca133ac5b50773f7b0d0142 [diff] [blame] |
.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>
diff --git a/.gitignore b/.gitignore index 3adf1fa..3a4d056 100644 --- a/.gitignore +++ b/.gitignore
@@ -105,3 +105,6 @@ # pylint files /pylint.cur /pylint.out/ + +# moveconfig database +/moveconfig.db