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
*.elf
*.exe
*.gcda
*.gcno
*.s
*.su
*.swp
#
# Top-level generic files
#
/System.map
#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
!.mailmap
#
# Generated files
#
#
# Generated include files
#
/include/config/
/include/generated/
# stgit generated dirs
patches-*
.stgit-edit.txt
# quilt's files
patches
series
# cscope files
cscope.*
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS
# Python cache
__pycache__
# Python code coverage output (python3-coverage html)
/htmlcov/
# pylint files
/pylint.cur
/pylint.out/