2005-10-18 19:26:15 +04:00
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
2008-06-26 11:54:34 +04:00
# 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.
#
2005-10-18 19:26:15 +04:00
# Normal rules
#
.*
*.o
2007-07-31 11:37:25 +04:00
*.o.*
2005-10-18 19:26:15 +04:00
*.a
*.s
*.ko
2006-01-05 20:10:52 +03:00
*.so
2007-10-19 22:35:02 +04:00
*.so.dbg
2005-10-18 19:26:15 +04:00
*.mod.c
2006-09-16 23:15:42 +04:00
*.i
2006-09-16 23:15:43 +04:00
*.lst
2006-09-16 23:15:44 +04:00
*.symtypes
2007-12-31 16:26:12 +03:00
*.order
2008-06-26 11:54:34 +04:00
*.elf
*.bin
*.gz
2005-10-18 19:26:15 +04:00
#
# Top-level generic files
#
2006-03-22 02:25:52 +03:00
tags
2006-11-10 23:27:53 +03:00
TAGS
2008-06-26 11:54:34 +04:00
vmlinux
2005-10-18 19:26:15 +04:00
System.map
2008-04-25 14:21:11 +04:00
Module.markers
2005-10-18 19:26:15 +04:00
Module.symvers
2007-10-16 11:22:21 +04:00
!.gitignore
2008-06-26 11:54:34 +04:00
!.mailmap
2005-10-18 19:26:15 +04:00
#
# Generated include files
#
include/asm
2005-12-28 07:19:04 +03:00
include/asm-*/asm-offsets.h
2005-10-18 19:26:15 +04:00
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
2006-07-09 18:07:44 +04:00
include/linux/utsrelease.h
2008-05-01 05:55:48 +04:00
include/linux/bounds.h
2009-04-19 01:51:08 +04:00
include/generated
2005-10-18 19:26:15 +04:00
2006-02-27 06:07:24 +03:00
# stgit generated dirs
patches-*
2006-07-17 09:37:06 +04:00
# quilt's files
patches
series
2006-12-22 12:07:32 +03:00
# cscope files
cscope.*
2008-05-22 05:23:10 +04:00
ncscope.*
2007-07-16 10:41:52 +04:00
*.orig
2008-03-05 01:28:59 +03:00
*~
\#*#