https://github.com/torvalds/linux
Revision 8936b6dba234c994dc4c168818376197abc2faac authored by Geert Uytterhoeven on 23 February 2008, 23:23:30 UTC, committed by Linus Torvalds on 24 February 2008, 01:12:13 UTC
While linux-fbdev is subscribers-only, non-subscribers are not plainly
rejected, but moderated, so the casual patch/comment/question comes through.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent f81e8a4
Raw File
Tip revision: 8936b6dba234c994dc4c168818376197abc2faac authored by Geert Uytterhoeven on 23 February 2008, 23:23:30 UTC
MAINTAINERS: linux-fbdev is moderated
Tip revision: 8936b6d
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.so.dbg
*.mod.c
*.i
*.lst
*.symtypes
*.order

#
# Top-level generic files
#
tags
TAGS
vmlinux*
!vmlinux.lds.S
System.map
Module.symvers
!.gitignore

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*

*.orig
*.rej
back to top