Commit 9e447a7f1fd997bcb9266899e777c37469245365

Authored by Denis V. Lunev
Committed by Thomas Gleixner
1 parent 21ebddd3ef

.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>

Showing 3 changed files with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -26,6 +26,7 @@
26 26 !vmlinux.lds.S
27 27 System.map
28 28 Module.symvers
  29 +!.gitignore
29 30  
30 31 #
31 32 # Generated include files
arch/i386/.gitignore
  1 +boot
arch/x86/kernel/.gitignore
1 1 vsyscall.lds
  2 +vsyscall_32.lds