linux/.gitignore
<<
>>
Prefs
   1#
   2# NOTE! Don't add files that are generated in specific
   3# subdirectories here. Add them in the ".gitignore" file
   4# in that subdirectory instead.
   5#
   6# NOTE! Please use 'git ls-files -i --exclude-standard'
   7# command after changing this file, to see if there are
   8# any tracked files which get ignored after the change.
   9#
  10# Normal rules
  11#
  12.*
  13*-asn1.[ch]
  14*.o
  15*.o.*
  16*.a
  17*.s
  18*.ko
  19*.ko.unsigned
  20*.ko.digest
  21*.ko.digest.sig
  22*.so
  23*.so.dbg
  24*.mod.c
  25*.i
  26*.lst
  27*.symtypes
  28*.order
  29modules.builtin
  30*.elf
  31*.bin
  32*.gz
  33*.bz2
  34*.lzma
  35*.xz
  36*.lzo
  37*.patch
  38*.gcno
  39
  40#
  41# Top-level generic files
  42#
  43/tags
  44/TAGS
  45/linux
  46/vmlinux
  47/vmlinuz
  48/System.map
  49/Module.markers
  50/Module.symvers
  51
  52#
  53# Debian directory (make deb-pkg)
  54#
  55/debian/
  56
  57#
  58# git files that we don't want to ignore even it they are dot-files
  59#
  60!.gitignore
  61!.mailmap
  62
  63#
  64# Generated include files
  65#
  66include/config
  67include/generated
  68arch/*/include/generated
  69
  70# stgit generated dirs
  71patches-*
  72
  73# quilt's files
  74patches
  75series
  76
  77# cscope files
  78cscope.*
  79ncscope.*
  80
  81# gnu global files
  82GPATH
  83GRTAGS
  84GSYMS
  85GTAGS
  86
  87*.orig
  88*~
  89\#*#
  90
  91#
  92# Leavings from module signing
  93#
  94extra_certificates
  95signing_key.priv
  96signing_key.x509
  97x509.genkey
  98
  99#
 100# Red Hat
 101#
 102configs/*.config
 103localversion
 104
 105# configuration file for rh- targets
 106.rhel7git.mk
 107
 108# Red Hat key security
 109kernel/x509_certificate_list
 110