Skip to content
Snippets Groups Projects
.gitignore 1.05 KiB
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)
!.checkpatch.conf
fit-dtb.blob*
/*.log
#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
!.mailmap

/defconfig
#
# Generated include files
#
/include/config/
# stgit generated dirs
patches-*
# gdb files
.gdb_history

Stefan Roese's avatar
Stefan Roese committed

/tags
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

# Python cache
__pycache__

# Python code coverage output (python3-coverage html)
/htmlcov/

# pylint files
/pylint.cur
/pylint.out/