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*.o
  14*.o.*
  15*.a
  16*.s
  17*.ko
  18*.so
  19*.so.dbg
  20*.mod.c
  21*.i
  22*.lst
  23*.symtypes
  24*.order
  25modules.builtin
  26*.elf
  27*.bin
  28*.gz
  29*.bz2
  30*.lzma
  31*.patch
  32*.gcno
  33
  34#
  35# Top-level generic files
  36#
  37tags
  38TAGS
  39vmlinux
  40vmlinuz
  41System.map
  42Module.markers
  43Module.symvers
  44!.gitignore
  45!.mailmap
  46
  47#
  48# Generated include files
  49#
  50include/config
  51include/linux/version.h
  52include/generated
  53
  54# stgit generated dirs
  55patches-*
  56
  57# quilt's files
  58patches
  59series
  60
  61# cscope files
  62cscope.*
  63ncscope.*
  64
  65# gnu global files
  66GPATH
  67GRTAGS
  68GSYMS
  69GTAGS
  70
  71*.orig
  72*~
  73\#*#
  74
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.