https://github.com/torvalds/linux
Revision e30e66becaa237d1753d148703cf8f1301ab27f0 authored by Ralf Baechle on 30 October 2006, 14:30:07 UTC, committed by Ralf Baechle on 30 October 2006, 21:41:30 UTC
1 parent 408d325
Raw File
Tip revision: e30e66becaa237d1753d148703cf8f1301ab27f0 authored by Ralf Baechle on 30 October 2006, 14:30:07 UTC
[MIPS] EMMA 2 / Markeins: Formitting fixes split from actual address fixes.
Tip revision: e30e66b
.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
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
back to top