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*.ko.unsigned 19*.ko.digest 20*.ko.digest.sig 21*.so 22*.so.dbg 23*.mod.c 24*.i 25*.lst 26*.symtypes 27*.order 28modules.builtin 29*.elf 30*.bin 31*.gz 32*.bz2 33*.lzma 34*.xz 35*.lzo 36*.patch 37*.gcno 38 39# 40# Top-level generic files 41# 42/tags 43/TAGS 44/linux 45/vmlinux 46/vmlinuz 47/System.map 48/Module.markers 49/Module.symvers 50 51# 52# Debian directory (make deb-pkg) 53# 54/debian/ 55 56# 57# git files that we don't want to ignore even it they are dot-files 58# 59!.gitignore 60!.mailmap 61 62# 63# Generated include files 64# 65include/config 66include/generated 67arch/*/include/generated 68 69# stgit generated dirs 70patches-* 71 72# quilt's files 73patches 74series 75 76# cscope files 77cscope.* 78ncscope.* 79 80# gnu global files 81GPATH 82GRTAGS 83GSYMS 84GTAGS 85 86*.orig 87*~ 88\#*# 89 90# 91# Leavings from module signing 92# 93extra_certificates 94signing_key.priv 95signing_key.x509 96x509.genkey 97 98# 99# Red Hat 100# 101configs/*.config 102localversion 103 104# configuration file for rh- targets 105.rhel7git.mk 106 107# Red Hat key security 108kernel/x509_certificate_list 109