Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.26-rc1 59 lines 682 B view raw
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# Normal rules 7# 8.* 9*.o 10*.o.* 11*.a 12*.s 13*.ko 14*.so 15*.so.dbg 16*.mod.c 17*.i 18*.lst 19*.symtypes 20*.order 21 22# 23# Top-level generic files 24# 25tags 26TAGS 27vmlinux* 28!vmlinux.lds.S 29System.map 30Module.markers 31Module.symvers 32!.gitignore 33 34# 35# Generated include files 36# 37include/asm 38include/asm-*/asm-offsets.h 39include/config 40include/linux/autoconf.h 41include/linux/compile.h 42include/linux/version.h 43include/linux/utsrelease.h 44include/linux/bounds.h 45 46# stgit generated dirs 47patches-* 48 49# quilt's files 50patches 51series 52 53# cscope files 54cscope.* 55 56*.orig 57*.rej 58*~ 59\#*#