dect
/
linux-2.6
Archived
13
0
Fork 0

.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:
Denis V. Lunev 2007-10-16 11:22:21 +04:00 committed by Thomas Gleixner
parent 21ebddd3ef
commit 9e447a7f1f
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -26,6 +26,7 @@ vmlinux*
!vmlinux.lds.S
System.map
Module.symvers
!.gitignore
#
# Generated include files

1
arch/i386/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
boot

View File

@ -1 +1,2 @@
vsyscall.lds
vsyscall_32.lds