diff options
| author | Simon Glass <[email protected]> | 2023-01-15 14:15:38 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-11 09:56:28 -0500 |
| commit | 41cd6fab03af8f1d3fae6ee04937583ab7884efa (patch) | |
| tree | 481a2c7306863da84eb8e6de93e1cc5506d3f4a3 /.gitignore | |
| parent | e38cdc684b6fd47d9ca133ac5b50773f7b0d0142 (diff) | |
.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 <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3adf1faf4e7..3a4d056edfc 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,6 @@ __pycache__ # pylint files /pylint.cur /pylint.out/ + +# moveconfig database +/moveconfig.db |
