forked from Minki/linux
9e447a7f1f
This patch: - makes .gitignore files visible to git - makes arch/x86/kernel/vsyscall_32.lds and arch/i386/boot invisible Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
54 lines
619 B
Plaintext
54 lines
619 B
Plaintext
#
|
|
# 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
|
|
*.mod.c
|
|
*.i
|
|
*.lst
|
|
*.symtypes
|
|
|
|
#
|
|
# 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
|