c6025f4c8b
Introducing the new modules.order patch created a number of additional files. Teach git to ignore them. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Tejun Heo <htejun@gmail.com>
55 lines
636 B
Text
55 lines
636 B
Text
#
|
|
# NOTE! Don't add files that are generated in specific
|
|
# subdirectories here. Add them in the ".gitignore" file
|
|
# in that subdirectory instead.
|
|
#
|
|
# Normal rules
|
|
#
|
|
.*
|
|
*.o
|
|
*.o.*
|
|
*.a
|
|
*.s
|
|
*.ko
|
|
*.so
|
|
*.so.dbg
|
|
*.mod.c
|
|
*.i
|
|
*.lst
|
|
*.symtypes
|
|
*.order
|
|
|
|
#
|
|
# Top-level generic files
|
|
#
|
|
tags
|
|
TAGS
|
|
vmlinux*
|
|
!vmlinux.lds.S
|
|
System.map
|
|
Module.symvers
|
|
!.gitignore
|
|
|
|
#
|
|
# Generated include files
|
|
#
|
|
include/asm
|
|
include/asm-*/asm-offsets.h
|
|
include/config
|
|
include/linux/autoconf.h
|
|
include/linux/compile.h
|
|
include/linux/version.h
|
|
include/linux/utsrelease.h
|
|
|
|
# stgit generated dirs
|
|
patches-*
|
|
|
|
# quilt's files
|
|
patches
|
|
series
|
|
|
|
# cscope files
|
|
cscope.*
|
|
|
|
*.orig
|
|
*.rej
|