2005-10-18 15:26:15 +00: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-05 04:43:10 +00:00
|
|
|
# NOTE! Please use 'git ls-files -i --exclude-standard'
|
2008-06-26 07:54:34 +00:00
|
|
|
# command after changing this file, to see if there are
|
|
|
|
# any tracked files which get ignored after the change.
|
|
|
|
#
|
2005-10-18 15:26:15 +00:00
|
|
|
# Normal rules
|
|
|
|
#
|
|
|
|
.*
|
|
|
|
*.o
|
2007-07-31 07:37:25 +00:00
|
|
|
*.o.*
|
2005-10-18 15:26:15 +00:00
|
|
|
*.a
|
|
|
|
*.s
|
|
|
|
*.ko
|
2006-01-05 17:10:52 +00:00
|
|
|
*.so
|
2007-10-19 18:35:02 +00:00
|
|
|
*.so.dbg
|
2005-10-18 15:26:15 +00:00
|
|
|
*.mod.c
|
2006-09-16 19:15:42 +00:00
|
|
|
*.i
|
2006-09-16 19:15:43 +00:00
|
|
|
*.lst
|
2006-09-16 19:15:44 +00:00
|
|
|
*.symtypes
|
2007-12-31 13:26:12 +00:00
|
|
|
*.order
|
2009-12-07 15:38:33 +00:00
|
|
|
modules.builtin
|
2008-06-26 07:54:34 +00:00
|
|
|
*.elf
|
|
|
|
*.bin
|
|
|
|
*.gz
|
2009-11-24 05:34:03 +00:00
|
|
|
*.bz2
|
2009-06-10 16:25:10 +00:00
|
|
|
*.lzma
|
2011-02-22 09:48:06 +00:00
|
|
|
*.xz
|
2010-03-17 18:52:12 +00:00
|
|
|
*.lzo
|
2009-05-26 23:37:54 +00:00
|
|
|
*.patch
|
2009-06-22 09:18:32 +00:00
|
|
|
*.gcno
|
2005-10-18 15:26:15 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Top-level generic files
|
|
|
|
#
|
2010-03-13 00:30:23 +00:00
|
|
|
/tags
|
|
|
|
/TAGS
|
|
|
|
/linux
|
|
|
|
/vmlinux
|
|
|
|
/vmlinuz
|
|
|
|
/System.map
|
|
|
|
/Module.markers
|
|
|
|
/Module.symvers
|
|
|
|
|
2011-06-30 23:42:50 +00:00
|
|
|
#
|
|
|
|
# Debian directory (make deb-pkg)
|
|
|
|
#
|
|
|
|
/debian/
|
|
|
|
|
2010-03-13 00:30:23 +00:00
|
|
|
#
|
|
|
|
# git files that we don't want to ignore even it they are dot-files
|
|
|
|
#
|
2007-10-16 07:22:21 +00:00
|
|
|
!.gitignore
|
2008-06-26 07:54:34 +00:00
|
|
|
!.mailmap
|
2005-10-18 15:26:15 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Generated include files
|
|
|
|
#
|
|
|
|
include/config
|
2009-04-18 21:51:08 +00:00
|
|
|
include/generated
|
2011-04-27 20:29:49 +00:00
|
|
|
arch/*/include/generated
|
2005-10-18 15:26:15 +00:00
|
|
|
|
2006-02-27 03:07:24 +00:00
|
|
|
# stgit generated dirs
|
|
|
|
patches-*
|
2006-07-17 05:37:06 +00:00
|
|
|
|
|
|
|
# quilt's files
|
|
|
|
patches
|
|
|
|
series
|
2006-12-22 09:07:32 +00:00
|
|
|
|
|
|
|
# cscope files
|
|
|
|
cscope.*
|
2008-05-22 01:23:10 +00:00
|
|
|
ncscope.*
|
2007-07-16 06:41:52 +00:00
|
|
|
|
2009-06-11 09:21:47 +00:00
|
|
|
# gnu global files
|
|
|
|
GPATH
|
|
|
|
GRTAGS
|
|
|
|
GSYMS
|
|
|
|
GTAGS
|
|
|
|
|
2007-07-16 06:41:52 +00:00
|
|
|
*.orig
|
2008-03-04 22:28:59 +00:00
|
|
|
*~
|
|
|
|
\#*#
|
2012-09-26 09:09:50 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Leavings from module signing
|
|
|
|
#
|
|
|
|
extra_certificates
|
|
|
|
signing_key.priv
|
|
|
|
signing_key.x509
|
|
|
|
x509.genkey
|