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