Skip to content

Commit

Permalink
tools: .gitignore: Add libfdt related files
Browse files Browse the repository at this point in the history
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: 34e2c28 ("gitignore: add intermediates from libfdt build")
Signed-off-by: Bin Meng <[email protected]>
  • Loading branch information
lbmeng authored and trini committed Sep 7, 2017
1 parent d11d3b2 commit eab44c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions tools/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/_libfdt.so
/atmel_pmecc_params
/bin2header
/bmp_logo
Expand All @@ -16,6 +17,9 @@
/img2srec
/kwboot
/lib/
/libfdt.py
/libfdt.pyc
/libfdt_wrap.c
/mips-relocs
/mkenvimage
/mkexynosspl
Expand Down

0 comments on commit eab44c9

Please sign in to comment.