diff mbox series

[U-Boot,2/2] tools: .gitignore: Add libfdt related files

Message ID 1504494400-3682-2-git-send-email-bmeng.cn@gmail.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/2] tools: .gitignore: Sort in alphabetical order | expand

Commit Message

Bin Meng Sept. 4, 2017, 3:06 a.m. UTC
Some files are generated during libfdt build. Ignore them.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 tools/.gitignore | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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