.gitignore 952 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
# NOTE! Please use 'git ls-files -i --exclude-standard'
7 8 9
# 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
Arne Janbu's avatar
Arne Janbu committed
28
*.lzma
Mike Frysinger's avatar
Mike Frysinger committed
29
*.patch
30
*.gcno
31 32 33 34

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

#
# Generated include files
#
include/asm
Brian Gerst's avatar
Brian Gerst committed
48
include/asm-*/asm-offsets.h
49 50 51 52
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
Sam Ravnborg's avatar
Sam Ravnborg committed
53
include/linux/utsrelease.h
54
include/linux/bounds.h
55
include/generated
56

57 58
# stgit generated dirs
patches-*
Qi Yong's avatar
Qi Yong committed
59 60 61 62

# quilt's files
patches
series
63 64 65

# cscope files
cscope.*
Jike Song's avatar
Jike Song committed
66
ncscope.*
Alexey Dobriyan's avatar
Alexey Dobriyan committed
67

68 69 70 71 72 73
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

Alexey Dobriyan's avatar
Alexey Dobriyan committed
74
*.orig
75 76
*~
\#*#