Commit eab44c93ebffc17603a651501c32495ec96c13e5

Authored by Bin Meng
Committed by Tom Rini
1 parent d11d3b2fa6

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>

Showing 2 changed files with 4 additions and 8 deletions Side-by-side Diff

... ... @@ -57,14 +57,6 @@
57 57 /include/config/
58 58 /include/generated/
59 59  
60   -# Since "ee95d10 fdt: Build the new python libfdt module", a number of
61   -# build artifacts and intermediated from the python libfdt module are
62   -# installed into the /tools directory.
63   -/tools/_libfdt.so
64   -/tools/libfdt.py
65   -/tools/libfdt.pyc
66   -/tools/libfdt_wrap.c
67   -
68 60 # stgit generated dirs
69 61 patches-*
70 62 .stgit-edit.txt
  1 +/_libfdt.so
1 2 /atmel_pmecc_params
2 3 /bin2header
3 4 /bmp_logo
... ... @@ -16,6 +17,9 @@
16 17 /img2srec
17 18 /kwboot
18 19 /lib/
  20 +/libfdt.py
  21 +/libfdt.pyc
  22 +/libfdt_wrap.c
19 23 /mips-relocs
20 24 /mkenvimage
21 25 /mkexynosspl