summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-09-06 05:37:45 (GMT)
committerTom Rini <trini@konsulko.com>2017-09-07 14:44:35 (GMT)
commiteab44c93ebffc17603a651501c32495ec96c13e5 (patch)
tree5a63a94f02f03894587771822015b98267ae01ee /tools
parentd11d3b2fa677aae817686af94ed9cb6c2c71d3c3 (diff)
downloadu-boot-eab44c93ebffc17603a651501c32495ec96c13e5.tar.xz
tools: .gitignore: Add libfdt related files
Some files are generated during libfdt build. Ignore them. This was wrongly put in the .gitignore in the root directory before. Now let's remove entries there and put them in the right place. Fixes: 34e2c285 ("gitignore: add intermediates from libfdt build") Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore
index 6a487d2..5293d44 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -1,3 +1,4 @@
+/_libfdt.so
/atmel_pmecc_params
/bin2header
/bmp_logo
@@ -16,6 +17,9 @@
/img2srec
/kwboot
/lib/
+/libfdt.py
+/libfdt.pyc
+/libfdt_wrap.c
/mips-relocs
/mkenvimage
/mkexynosspl