Skip to content
Snippets Groups Projects
.gitignore 1.38 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
Rong Tao's avatar
Rong Tao committed
/build*
fit-dtb.blob*
/*.log
#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
!.mailmap
/defconfig
/Test*
/capsule.*.efi-capsule
/capsule*.map
/keep-syms-lto.*
#
# Generated include files
#
/include/config/
# stgit generated dirs
patches-*
# gdb files
.gdb_history

Stefan Roese's avatar
Stefan Roese committed

# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

# Python cache
__pycache__

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

# pylint files
/pylint.cur
/pylint.out/
# qconfig database
/qconfig.db

# Clang's compilation database file
/compile_commands.json