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.
|
|
|
|
#
|
2009-06-05 08:43:10 +04:00
|
|
|
# NOTE! Please use 'git ls-files -i --exclude-standard'
|
2008-06-26 11:54:34 +04:00
|
|
|
# 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
|
2009-12-07 18:38:33 +03:00
|
|
|
modules.builtin
|
2008-06-26 11:54:34 +04:00
|
|
|
*.elf
|
|
|
|
*.bin
|
|
|
|
*.gz
|
2009-11-24 08:34:03 +03:00
|
|
|
*.bz2
|
2009-06-10 20:25:10 +04:00
|
|
|
*.lzma
|
2011-02-22 12:48:06 +03:00
|
|
|
*.xz
|
2013-08-01 00:53:33 +04:00
|
|
|
*.lz4
|
2010-03-17 21:52:12 +03:00
|
|
|
*.lzo
|
2009-05-27 03:37:54 +04:00
|
|
|
*.patch
|
2009-06-22 13:18:32 +04:00
|
|
|
*.gcno
|
2005-10-18 19:26:15 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Top-level generic files
|
|
|
|
#
|
2010-03-13 03:30:23 +03:00
|
|
|
/tags
|
|
|
|
/TAGS
|
|
|
|
/linux
|
|
|
|
/vmlinux
|
|
|
|
/vmlinuz
|
|
|
|
/System.map
|
|
|
|
/Module.markers
|
|
|
|
/Module.symvers
|
|
|
|
|
2011-07-01 03:42:50 +04:00
|
|
|
#
|
|
|
|
# Debian directory (make deb-pkg)
|
|
|
|
#
|
|
|
|
/debian/
|
|
|
|
|
2010-03-13 03:30:23 +03:00
|
|
|
#
|
|
|
|
# git files that we don't want to ignore even it they are dot-files
|
|
|
|
#
|
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/config
|
2009-04-19 01:51:08 +04:00
|
|
|
include/generated
|
2011-04-28 00:29:49 +04:00
|
|
|
arch/*/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
|
|
|
|
2009-06-11 13:21:47 +04:00
|
|
|
# gnu global files
|
|
|
|
GPATH
|
|
|
|
GRTAGS
|
|
|
|
GSYMS
|
|
|
|
GTAGS
|
|
|
|
|
2007-07-16 10:41:52 +04:00
|
|
|
*.orig
|
2008-03-05 01:28:59 +03:00
|
|
|
*~
|
|
|
|
\#*#
|
2012-09-26 13:09:50 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Leavings from module signing
|
|
|
|
#
|
|
|
|
extra_certificates
|
|
|
|
signing_key.priv
|
|
|
|
signing_key.x509
|
|
|
|
x509.genkey
|
2014-02-11 02:25:45 +04:00
|
|
|
|
|
|
|
# Kconfig presets
|
|
|
|
all.config
|