Newer
Older
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules (sorted alphabetically)
*.dtb
*.dtb.S
*.s
*.su
*.swp
#
# Top-level generic files
#
/System.map
John Clark
committed
/mkimage-in-simple-bin*
/simple-bin*
/u-boot*
#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
!.mailmap
#
# Generated files
#
/Test*
/capsule.*.efi-capsule
/capsule*.map
/*imx8mimage*
/*imx8mcst*
#
# Generated include files
#
John Clark
committed
/include/autoconf.mk*
/include/config.h
/include/generated/
# stgit generated dirs
patches-*
.stgit-edit.txt
# quilt's files
patches
series
# cscope files
cscope.*
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS
*.orig
*~
\#*#
# Python cache
__pycache__
# Python code coverage output (python3-coverage html)
/htmlcov/
# pylint files
/pylint.cur
/pylint.out/
# Clang's compilation database file
/compile_commands.json