diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-09-05 22:37:45 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-07 10:44:35 -0400 |
commit | eab44c93ebffc17603a651501c32495ec96c13e5 (patch) | |
tree | 5a63a94f02f03894587771822015b98267ae01ee /tools/.gitignore | |
parent | d11d3b2fa677aae817686af94ed9cb6c2c71d3c3 (diff) |
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/.gitignore')
-rw-r--r-- | tools/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index 6a487d2202..5293d44697 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 |