https://github.com/torvalds/linux
Revision 558a40f708bbfb1b260d605cca6c3b9d2c86453e authored by David Brownell on 17 May 2007, 05:11:14 UTC, committed by Linus Torvalds on 17 May 2007, 12:23:05 UTC
Fix typo which breaks build.  How did that happen?

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 83c6590
Raw File
Tip revision: 558a40f708bbfb1b260d605cca6c3b9d2c86453e authored by David Brownell on 17 May 2007, 05:11:14 UTC
rtc-omap build fix
Tip revision: 558a40f
.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
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes

#
# Top-level generic files
#
tags
TAGS
vmlinux*
System.map
Module.symvers

#
# 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.*
back to top