projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38cdc6
)
.gitignore: Ignore the moveconfig database
author
Simon Glass
<sjg@chromium.org>
Sun, 15 Jan 2023 21:15:38 +0000
(14:15 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 3adf1faf4e71633c64c35082f1fefc4aaa832fe7..3a4d056edfc3caa10de6c8d4657c99f039b01e41 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-105,3
+105,6
@@
__pycache__
# pylint files
/pylint.cur
/pylint.out/
+
+# moveconfig database
+/moveconfig.db