diff options
author | Bin Meng | 2017-10-11 20:15:04 -0700 |
---|---|---|
committer | Tom Rini | 2017-10-16 09:42:51 -0400 |
commit | 3b306c37cdf7488254d078ce63f508eaedb2be41 (patch) | |
tree | 99415bc24a27bca791b824aa7c3438a77cf35c08 /tools/env | |
parent | 59ee8f83b6e77550d5697fced4899e9b5173981f (diff) |
tools: env: Add embedded.c to .gitignore
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'tools/env')
-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 804abacc6e4..8d28b2b70be 100644 --- a/tools/env/.gitignore +++ b/tools/env/.gitignore @@ -1,2 +1,3 @@ +embedded.c fw_printenv fw_printenv_unstripped |