forked from luck/tmp_suning_uos_patched
.gitignore update for x86 arch
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>
This commit is contained in:
parent
21ebddd3ef
commit
9e447a7f1f
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -26,6 +26,7 @@ vmlinux*
|
|||
!vmlinux.lds.S
|
||||
System.map
|
||||
Module.symvers
|
||||
!.gitignore
|
||||
|
||||
#
|
||||
# Generated include files
|
||||
|
|
1
arch/i386/.gitignore
vendored
Normal file
1
arch/i386/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
boot
|
1
arch/x86/kernel/.gitignore
vendored
1
arch/x86/kernel/.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
vsyscall.lds
|
||||
vsyscall_32.lds
|
||||
|
|
Loading…
Reference in New Issue
Block a user