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