commit | 34e2c285da287b08a6c8d0e0cfde73e2fa127380 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Aug 29 11:47:16 2017 +0200 |
committer | Simon Glass <sjg@chromium.org> | Mon Sep 04 02:10:06 2017 -0600 |
tree | 77f71344f2fa785742c2896d28e9a6c6ada80b81 | |
parent | cee8c35d1b7101d09a1854a48f867deaa701f7bf [diff] |
gitignore: add intermediates from libfdt build Since ee95d10 (fdt: Build the new python libfdt module), a number of additional files are auto-generated/installed into the tools directory. List these in .gitignore to suppress having them listed as untracked. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> References: ee95d10 (fdt: Build the new python libfdt module) Reviewed-by: Simon Glass <sjg@chromium.org>