#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
*.o
*.o.*
*.a
*.s
*.su
*.mod.c
*.i
*.lst
*.order
*.elf
*.swp
*.bin
*.patch
*.cfgtmp
.depend

# host programs on Cygwin
*.exe

# lzma host util
host_util/lzma/lzma

# rsa_pkey_tool host util
host_util/rsa_pkey_tool/rsa_pkey_tool
u-boot/include/pubkey.h

#
# Top-level generic files
#
/u-boot/System.map
/u-boot/u-boot*
/u-boot/bootstrap
/u-boot/bootstrap.map

# MD5 in bin
/bin/*.md5

# Symbolic links and some compilation results from tools
/u-boot/tools/crc32.c
/u-boot/tools/environment.c
/u-boot/tools/envcrc
/u-boot/tools/mkimage

# Auto generated fsdata.c
/u-boot/httpd/fsdata.c

# Generated include files
/u-boot/include/asm
/u-boot/include/config.h
/u-boot/include/config.mk
/u-boot/include/version_autogenerated.h
/u-boot/include/version_custom.h
# TODO: broken symbolic link
/u-boot/include/asm-*/arch

# Do not ignore original u-boot images
!/original_u-boot_images/*.bin

#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
!.mailmap

# stgit generated dirs
patches-*
.stgit-edit.txt

# quilt's files
patches
series

# gdb files
.gdb_history

# cscope files
cscope.*

# tags files
/tags
/ctags
/etags

# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

*.orig
*~
\#*#

crc32/crc32

# VSCode files
.vscode/