]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
.gitignore: Ignore the moveconfig database
authorSimon Glass <sjg@chromium.org>
Sun, 15 Jan 2023 21:15:38 +0000 (14:15 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 14:56:28 +0000 (09:56 -0500)
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>
.gitignore

index 3adf1faf4e71633c64c35082f1fefc4aaa832fe7..3a4d056edfc3caa10de6c8d4657c99f039b01e41 100644 (file)
@@ -105,3 +105,6 @@ __pycache__
 # pylint files
 /pylint.cur
 /pylint.out/
+
+# moveconfig database
+/moveconfig.db