Explorar o código

.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>
Denis V. Lunev %!s(int64=18) %!d(string=hai) anos
pai
achega
9e447a7f1f
Modificáronse 3 ficheiros con 3 adicións e 0 borrados
  1. 1 0
      .gitignore
  2. 1 0
      arch/i386/.gitignore
  3. 1 0
      arch/x86/kernel/.gitignore

+ 1 - 0
.gitignore

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

+ 1 - 0
arch/i386/.gitignore

@@ -0,0 +1 @@
+boot

+ 1 - 0
arch/x86/kernel/.gitignore

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