2005-10-18 08:26:15 -07:00
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
2009-06-04 21:43:10 -07:00
# NOTE! Please use 'git ls-files -i --exclude-standard'
2008-06-26 10:54:34 +03:00
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
2005-10-18 08:26:15 -07:00
# Normal rules
#
.*
*.o
2007-07-31 00:37:25 -07:00
*.o.*
2005-10-18 08:26:15 -07:00
*.a
*.s
*.ko
2006-01-05 12:10:52 -05:00
*.so
2007-10-19 20:35:02 +02:00
*.so.dbg
2005-10-18 08:26:15 -07:00
*.mod.c
2006-09-16 12:15:42 -07:00
*.i
2006-09-16 12:15:43 -07:00
*.lst
2006-09-16 12:15:44 -07:00
*.symtypes
2007-12-31 14:26:12 +01:00
*.order
2008-06-26 10:54:34 +03:00
*.elf
*.bin
*.gz
2009-06-10 18:25:10 +02:00
*.lzma
2009-05-26 19:37:54 -04:00
*.patch
2009-06-22 17:18:32 +08:00
*.gcno
2005-10-18 08:26:15 -07:00
#
# Top-level generic files
#
2006-03-22 00:25:52 +01:00
tags
2006-11-10 12:27:53 -08:00
TAGS
2008-06-26 10:54:34 +03:00
vmlinux
2005-10-18 08:26:15 -07:00
System.map
2008-04-25 04:21:11 -06:00
Module.markers
2005-10-18 08:26:15 -07:00
Module.symvers
2007-10-16 11:22:21 +04:00
!.gitignore
2008-06-26 10:54:34 +03:00
!.mailmap
2005-10-18 08:26:15 -07:00
#
# Generated include files
#
include/asm
2005-12-27 23:19:04 -05:00
include/asm-*/asm-offsets.h
2005-10-18 08:26:15 -07:00
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
2006-07-09 16:07:44 +02:00
include/linux/utsrelease.h
2008-04-30 21:55:48 -04:00
include/linux/bounds.h
2009-04-18 23:51:08 +02:00
include/generated
2005-10-18 08:26:15 -07:00
2006-02-27 00:07:24 -03:00
# stgit generated dirs
patches-*
2006-07-17 13:37:06 +08:00
# quilt's files
patches
series
2006-12-22 01:07:32 -08:00
# cscope files
cscope.*
2008-05-22 09:23:10 +08:00
ncscope.*
2007-07-15 23:41:52 -07:00
2009-06-11 12:21:47 +03:00
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS
2007-07-15 23:41:52 -07:00
*.orig
2008-03-04 14:28:59 -08:00
*~
\#*#