Revision e1e80b4d24eddd1a76cd386e25164cf159661bd6 authored by Ralf Baechle on 01 July 2006, 21:07:23 UTC, committed by Ralf Baechle on 13 July 2006, 20:25:58 UTC
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 2e128de
Raw File
.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

#
# Top-level generic files
#
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

# stgit generated dirs
patches-*
back to top