Update .gitignore files
Add some autogenerated files to various .gitignore files Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
7e97b28309
commit
2cfed60cc2
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,6 +27,7 @@ TAGS
|
|||||||
vmlinux*
|
vmlinux*
|
||||||
!vmlinux.lds.S
|
!vmlinux.lds.S
|
||||||
System.map
|
System.map
|
||||||
|
Module.markers
|
||||||
Module.symvers
|
Module.symvers
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
||||||
|
5
arch/x86/boot/.gitignore
vendored
5
arch/x86/boot/.gitignore
vendored
@ -1,7 +1,8 @@
|
|||||||
bootsect
|
bootsect
|
||||||
bzImage
|
bzImage
|
||||||
|
cpustr.h
|
||||||
|
mkcpustr
|
||||||
|
offsets.h
|
||||||
setup
|
setup
|
||||||
setup.bin
|
setup.bin
|
||||||
setup.elf
|
setup.elf
|
||||||
cpustr.h
|
|
||||||
mkcpustr
|
|
||||||
|
3
arch/x86/kernel/acpi/realmode/.gitignore
vendored
Normal file
3
arch/x86/kernel/acpi/realmode/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
wakeup.bin
|
||||||
|
wakeup.elf
|
||||||
|
wakeup.lds
|
Loading…
x
Reference in New Issue
Block a user