commit | 01bb2c292e990fbc2fc0fde3d0fced8f9a3a7357 | [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 | a99c0520abb7b45ed1a65fc2000156461f61fb63 [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>