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.
|
|
|
|
#
|
2008-06-26 10:54:34 +03: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 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
|
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
|
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
|
|
|
|
|
|
|
*.orig
|
2008-03-04 14:28:59 -08:00
|
|
|
*~
|
|
|
|
\#*#
|