commit | 519637929b95d780d731bad5bbaeadfff727e951 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 23 13:44:15 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 04 09:25:22 2023 -0600 |
tree | 9c671fe040e6aebf00ac3dbb387ddd7ca8586d62 | |
parent | ea4d6dead3728e5e7e6a2f070ca240de832bce92 [diff] [blame] |
qconfig: Rename the database file Use qconfig.db as the new name, to reflect the tool's purpose. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/.gitignore b/.gitignore index 9697f00..aa01604 100644 --- a/.gitignore +++ b/.gitignore
@@ -107,5 +107,5 @@ /pylint.cur /pylint.out/ -# moveconfig database -/moveconfig.db +# qconfig database +/qconfig.db