Skip to content
.gitignore 885 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.
#
# 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

#
# Top-level generic files
#
Uwe Zeisberger's avatar
Uwe Zeisberger committed
tags
System.map
Matthew Wilcox's avatar
Matthew Wilcox committed
Module.markers
Module.symvers
!.gitignore

#
# Generated include files
#
include/asm
Brian Gerst's avatar
Brian Gerst committed
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h
include/linux/bounds.h
include/generated

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

*.orig