tools: .gitignore: Add libfdt related files
authorBin Meng <bmeng.cn@gmail.com>
Wed, 6 Sep 2017 05:37:45 +0000 (22:37 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 7 Sep 2017 14:44:35 +0000 (10:44 -0400)
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>
.gitignore
tools/.gitignore

index f6f5dae3d4460f48c45c5d9b4b0e3f0b36e79060..29757aa51e32364015a29ceff1deafab02365df3 100644 (file)
@@ -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
index 6a487d22027aa6838eb1fbc2335473a731863b62..5293d44697ca3784b93d8d25973d5cbafc962d19 100644 (file)
@@ -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