u-boot/tools/.gitignore
Sam Protsenko aff5dddd42 tools: gitignore: Fix tools/generated path
'git status' shows 'tools/generated/' after running the build, which is
wrong. The corresponding .gitignore rule was already added in commit
c623642d29 ("Adjust gitignore for tools/generated/"), but because of
superfluous 'tools/' part it wasn't in effect. Remove incorrect 'tools/'
part to fix it.

While at it, remove tools/ path incorrectly added to the top-level
.gitignore in commit 801c482207 (".gitignore: ignore misc include,
simple-bin, and tools/generated build artifacts"), as it's required in
the comment on the top of .gitignore:

    # NOTE! Don't add files that are generated in specific
    # subdirectories here. Add them in the ".gitignore" file
    # in that subdirectory instead.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Fixes: c623642d29 ("Adjust gitignore for tools/generated/")
Fixes: 801c482207 (".gitignore: ignore misc include, simple-bin, and tools/generated build artifacts")
2023-11-10 11:01:50 -05:00

42 lines
529 B
Plaintext

/asn1_compiler
/atmel_pmecc_params
/bin2header
/bmp_logo
/common/
/dumpimage
/easylogo/easylogo
/envcrc
/fdt_add_pubkey
/fdtgrep
/file2include
/fit_check_sign
/fit_info
/gdb/gdbcont
/gdb/gdbsend
/gen_eth_addr
/gen_ethaddr_crc
/ifdtool
/ifwitool
/img2srec
/kwboot
/lib/
/mips-relocs
/mkeficapsule
/mkenvimage
/mkexynosspl
/mkimage
/mksunxiboot
/mxsboot
/ncb
/prelink-riscv
/printinitialenv
/proftool
/relocate-rela
/spl_size_limit
/sunxi-spl-image-builder
/generated/**/*.c
/update_octeon_header
/version.h
/xway-swap-bytes
/boot