.gitignore update for x86 arch
authorDenis V. Lunev <den@openvz.org>
Tue, 16 Oct 2007 07:22:21 +0000 (11:22 +0400)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 17 Oct 2007 19:19:04 +0000 (21:19 +0200)
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>
.gitignore
arch/i386/.gitignore [new file with mode: 0644]
arch/x86/kernel/.gitignore

index 27c3e83..22fb8fa 100644 (file)
@@ -26,6 +26,7 @@ vmlinux*
 !vmlinux.lds.S
 System.map
 Module.symvers
+!.gitignore
 
 #
 # Generated include files
diff --git a/arch/i386/.gitignore b/arch/i386/.gitignore
new file mode 100644 (file)
index 0000000..36ef4c3
--- /dev/null
@@ -0,0 +1 @@
+boot
index 40836ad..4ea38a3 100644 (file)
@@ -1 +1,2 @@
 vsyscall.lds
+vsyscall_32.lds