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 /.gitignore | |
parent | d11d3b2fa677aae817686af94ed9cb6c2c71d3c3 (diff) | |
download | u-boot-eab44c93ebffc17603a651501c32495ec96c13e5.tar.gz u-boot-eab44c93ebffc17603a651501c32495ec96c13e5.tar.bz2 u-boot-eab44c93ebffc17603a651501c32495ec96c13e5.zip |
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 '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index f6f5dae3d4..29757aa51e 100644 --- a/.gitignore +++ b/.gitignore @@ -57,14 +57,6 @@ fit-dtb.blob /include/config/ /include/generated/ -# Since "ee95d10 fdt: Build the new python libfdt module", a number of -# build artifacts and intermediated from the python libfdt module are -# installed into the /tools directory. -/tools/_libfdt.so -/tools/libfdt.py -/tools/libfdt.pyc -/tools/libfdt_wrap.c - # stgit generated dirs patches-* .stgit-edit.txt |