blob: e9950be749f42dbb40daa79b2424107d18cc38ba [file] [log] [blame]
Linus Torvalds1e651742005-10-18 08:26:15 -07001#
2# NOTE! Don't add files that are generated in specific
3# subdirectories here. Add them in the ".gitignore" file
4# in that subdirectory instead.
5#
Eduard - Gabriel Munteanuf72e9df2008-06-26 10:54:34 +03006# NOTE! Please use 'git-ls-files -i --exclude-standard'
7# command after changing this file, to see if there are
8# any tracked files which get ignored after the change.
9#
Linus Torvalds1e651742005-10-18 08:26:15 -070010# Normal rules
11#
12.*
13*.o
Alexey Dobriyan96918a32007-07-31 00:37:25 -070014*.o.*
Linus Torvalds1e651742005-10-18 08:26:15 -070015*.a
16*.s
17*.ko
Brian Gerst20ede272006-01-05 12:10:52 -050018*.so
Thomas Gleixnerf3227272007-10-19 20:35:02 +020019*.so.dbg
Linus Torvalds1e651742005-10-18 08:26:15 -070020*.mod.c
Josh Triplett0f71a372006-09-16 12:15:42 -070021*.i
Josh Triplett87dedbd2006-09-16 12:15:43 -070022*.lst
Josh Triplettac3b7192006-09-16 12:15:44 -070023*.symtypes
Sam Ravnborgc6025f42007-12-31 14:26:12 +010024*.order
Eduard - Gabriel Munteanuf72e9df2008-06-26 10:54:34 +030025*.elf
26*.bin
27*.gz
Arne Janbu3f8d9ce2009-06-10 18:25:10 +020028*.lzma
Mike Frysinger35763e82009-05-26 19:37:54 -040029*.patch
Linus Torvalds1e651742005-10-18 08:26:15 -070030
31#
32# Top-level generic files
33#
Uwe Zeisbergerd92bf252006-03-22 00:25:52 +010034tags
Franck Bui-Huu5fd934a2006-11-10 12:27:53 -080035TAGS
Eduard - Gabriel Munteanuf72e9df2008-06-26 10:54:34 +030036vmlinux
Linus Torvalds1e651742005-10-18 08:26:15 -070037System.map
Matthew Wilcox2cfed602008-04-25 04:21:11 -060038Module.markers
Linus Torvalds1e651742005-10-18 08:26:15 -070039Module.symvers
Denis V. Lunev9e447a72007-10-16 11:22:21 +040040!.gitignore
Eduard - Gabriel Munteanuf72e9df2008-06-26 10:54:34 +030041!.mailmap
Linus Torvalds1e651742005-10-18 08:26:15 -070042
43#
44# Generated include files
45#
46include/asm
Brian Gerst42f122c2005-12-27 23:19:04 -050047include/asm-*/asm-offsets.h
Linus Torvalds1e651742005-10-18 08:26:15 -070048include/config
49include/linux/autoconf.h
50include/linux/compile.h
51include/linux/version.h
Sam Ravnborgc181c642006-07-09 16:07:44 +020052include/linux/utsrelease.h
Theodore Ts'oe4c576b92008-04-30 21:55:48 -040053include/linux/bounds.h
Sam Ravnborgf14875a2009-04-18 23:51:08 +020054include/generated
Linus Torvalds1e651742005-10-18 08:26:15 -070055
Mauro Carvalho Chehab1d519602006-02-27 00:07:24 -030056# stgit generated dirs
57patches-*
Qi Yong8ccf2832006-07-17 13:37:06 +080058
59# quilt's files
60patches
61series
Tobias Klauser132e2bc2006-12-22 01:07:32 -080062
63# cscope files
64cscope.*
Jike Song9723c042008-05-22 09:23:10 +080065ncscope.*
Alexey Dobriyan3f1b0e12007-07-15 23:41:52 -070066
Jani Nikulaf2ac5e72009-06-11 12:21:47 +030067# gnu global files
68GPATH
69GRTAGS
70GSYMS
71GTAGS
72
Alexey Dobriyan3f1b0e12007-07-15 23:41:52 -070073*.orig
Chris Dearman70886552008-03-04 14:28:59 -080074*~
75\#*#