diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-10-12 03:15:04 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-16 13:42:51 (GMT) |
commit | 3b306c37cdf7488254d078ce63f508eaedb2be41 (patch) | |
tree | 99415bc24a27bca791b824aa7c3438a77cf35c08 /tools | |
parent | 59ee8f83b6e77550d5697fced4899e9b5173981f (diff) | |
download | u-boot-3b306c37cdf7488254d078ce63f508eaedb2be41.tar.xz |
tools: env: Add embedded.c to .gitignore
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/env/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/env/.gitignore b/tools/env/.gitignore index 804abac..8d28b2b 100644 --- a/tools/env/.gitignore +++ b/tools/env/.gitignore @@ -1,2 +1,3 @@ +embedded.c fw_printenv fw_printenv_unstripped |