Skip to content
.gitignore 1.25 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.
#
# NOTE! Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
# Normal rules
#
.*
*.o
Alexey Dobriyan's avatar
Alexey Dobriyan committed
*.o.*
*.so.dbg
*.mod.c
*.order
*.tar
*.lzma
Mike Frysinger's avatar
Mike Frysinger committed
*.patch
modules.builtin
Module.symvers

#
# Top-level generic files
#
/vmlinuz
/System.map
/Module.markers

#
# Debian directory (make deb-pkg)
#
/debian/

#
# tar directory (make tar*-pkg)
#
/tar-install/

#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore

#
# Generated include files
#
include/config
include/generated
arch/*/include/generated

# quilt's files
patches
series
Jike Song's avatar
Jike Song committed
ncscope.*
Alexey Dobriyan's avatar
Alexey Dobriyan committed

# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

# id-utils files
ID

Alexey Dobriyan's avatar
Alexey Dobriyan committed
*.orig

#
# Leavings from module signing
#
extra_certificates
signing_key.priv
signing_key.x509
x509.genkey

# Kconfig presets
all.config