Skip to content
Snippets Groups Projects
.gitignore 825 B
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
#
Grant Likely's avatar
Grant Likely committed
*.o
Tom Rini's avatar
Tom Rini committed
*.su
*.mod.c
*.i
*.lst
*.order
*.elf
/SPL
#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
!.mailmap

Grant Likely's avatar
Grant Likely committed
/LOG
/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