9
0
Fork 0
barebox/.gitignore

76 lines
774 B
Plaintext
Raw Normal View History

2007-07-12 08:21:16 +00:00
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
*~
2007-07-12 08:21:16 +00:00
.*
\#*\#
2007-07-12 08:21:16 +00:00
*.o
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes
*.elf
*.mcp
*.orig
*.bct
*.dcd
*.dcd.S
*.bbenv
*.bbenv.*
2007-07-12 08:21:16 +00:00
#
# Top-level generic files
#
tags
TAGS
/barebox*
2007-07-12 08:21:16 +00:00
System.map
Module.symvers
#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
!.mailmap
2007-07-12 08:21:16 +00:00
#
# Generated include files
#
include/config
include/generated
2007-07-12 08:21:16 +00:00
# Generated files
Documentation/commands/*.rst
doctrees/
2007-07-12 08:21:16 +00:00
# stgit generated dirs
patches-*
# quilt's files
patches
series
# cscope files
cscope.*
ncscope.*
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS
# patches
*.patch
# Kconfig presets
all.config