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.
#
2017-10-30 18:33:45 +03:00
# Normal rules (sorted alphabetically)
2005-10-18 19:26:15 +04:00
#
.*
2017-10-30 18:33:45 +03:00
*.a
2018-03-23 16:04:37 +03:00
*.asn1.[ch]
2017-10-30 18:33:45 +03:00
*.bin
*.bz2
*.c.[012]*.*
2018-09-06 21:26:07 +03:00
*.dt.yaml
2017-10-30 18:33:46 +03:00
*.dtb
*.dtb.S
2017-10-30 18:33:45 +03:00
*.dwo
*.elf
*.gcno
*.gz
*.i
*.ko
2018-03-23 16:04:30 +03:00
*.lex.c
2017-10-30 18:33:45 +03:00
*.ll
*.lst
*.lz4
*.lzma
*.lzo
*.mod.c
2005-10-18 19:26:15 +04:00
*.o
2007-07-31 11:37:25 +04:00
*.o.*
2017-10-30 18:33:45 +03:00
*.order
*.patch
2005-10-18 19:26:15 +04:00
*.s
2006-01-05 20:10:52 +03:00
*.so
2007-10-19 22:35:02 +04:00
*.so.dbg
2017-10-30 18:33:45 +03:00
*.su
2006-09-16 23:15:44 +04:00
*.symtypes
2018-03-23 16:04:30 +03:00
*.tab.[ch]
2015-04-16 22:49:24 +03:00
*.tar
2011-02-22 12:48:06 +03:00
*.xz
2014-04-14 10:56:15 +04:00
Module.symvers
2017-10-30 18:33:45 +03:00
modules.builtin
2005-10-18 19:26:15 +04:00
#
# Top-level generic files
#
2010-03-13 03:30:23 +03:00
/tags
/TAGS
/linux
/vmlinux
2015-04-24 20:27:40 +03:00
/vmlinux.32
2015-02-18 00:47:38 +03:00
/vmlinux-gdb.py
2010-03-13 03:30:23 +03:00
/vmlinuz
/System.map
/Module.markers
2019-04-29 19:11:14 +03:00
/modules.builtin.modinfo
2010-03-13 03:30:23 +03:00
2017-09-30 04:10:10 +03:00
#
# RPM spec file (make rpm-pkg)
#
/*.spec
2011-07-01 03:42:50 +04:00
#
# Debian directory (make deb-pkg)
#
/debian/
scripts/package: snap-pkg target
Following in footsteps of other targets like 'deb-pkg, 'rpm-pkg' and 'tar-pkg',
this patch adds a 'snap-pkg' target for the creation of a Linux kernel snap
package using the kbuild infrastructure.
A snap, in its general form, is a self contained, sandboxed, universal package
and it is intended to work across multiple distributions and/or devices. A snap
package is distributed as a single compressed squashfs filesystem.
A kernel snap is a snap package carrying the Linux kernel, kernel modules,
accessory files (DTBs, System.map, etc) and a manifesto file. The purpose of a
kernel snap is to carry the Linux kernel during the creation of a system image,
eg. Ubuntu Core, and its subsequent upgrades.
For more information on snap packages: https://snapcraft.io/docs/
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2017-11-27 14:07:34 +03:00
#
# Snap directory (make snap-pkg)
#
/snap/
2015-02-13 02:01:19 +03:00
#
# tar directory (make tar*-pkg)
#
/tar-install/
2010-03-13 03:30:23 +03:00
#
2019-05-11 06:13:54 +03:00
# We don't want to ignore the following even if they are dot-files
2010-03-13 03:30:23 +03:00
#
2019-05-11 06:13:54 +03:00
!.clang-format
!.cocciconfig
!.get_maintainer.ignore
!.gitattributes
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
#
2019-04-29 18:17:53 +03:00
/include/config/
/include/generated/
/include/ksym/
/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
2015-04-17 00:02:41 +03:00
# id-utils files
ID
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
2015-07-20 23:16:30 +03:00
signing_key.pem
2012-09-26 13:09:50 +04:00
signing_key.priv
signing_key.x509
x509.genkey
2014-02-11 02:25:45 +04:00
# Kconfig presets
2019-05-07 15:48:46 +03:00
/all.config
/alldef.config
/allmod.config
/allno.config
/allrandom.config
/allyes.config
2014-11-25 19:42:54 +03:00
# Kdevelop4
*.kdev4