.gitignore 867 Bytes
Newer Older
1 2 3 4 5
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
6 7 8 9
# 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.
#
10 11 12 13
# Normal rules
#
.*
*.o
Alexey Dobriyan's avatar
Alexey Dobriyan committed
14
*.o.*
15 16 17
*.a
*.s
*.ko
Brian Gerst's avatar
Brian Gerst committed
18
*.so
19
*.so.dbg
20
*.mod.c
21
*.i
22
*.lst
23
*.symtypes
Sam Ravnborg's avatar
Sam Ravnborg committed
24
*.order
25 26 27
*.elf
*.bin
*.gz
28 29 30 31

#
# Top-level generic files
#
Uwe Zeisberger's avatar
Uwe Zeisberger committed
32
tags
33
TAGS
34
vmlinux
35
System.map
Matthew Wilcox's avatar
Matthew Wilcox committed
36
Module.markers
37
Module.symvers
38
!.gitignore
39
!.mailmap
40 41 42 43 44

#
# Generated include files
#
include/asm
Brian Gerst's avatar
Brian Gerst committed
45
include/asm-*/asm-offsets.h
46 47 48 49
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
Sam Ravnborg's avatar
Sam Ravnborg committed
50
include/linux/utsrelease.h
51
include/linux/bounds.h
52

53 54
# stgit generated dirs
patches-*
Qi Yong's avatar
Qi Yong committed
55 56 57 58

# quilt's files
patches
series
59 60 61

# cscope files
cscope.*
Jike Song's avatar
Jike Song committed
62
ncscope.*
Alexey Dobriyan's avatar
Alexey Dobriyan committed
63 64

*.orig
65 66
*~
\#*#