https://github.com/torvalds/linux
Raw File
Tip revision: 413541dd66d51f791a0b169d9b9014e4f56be13c authored by Linus Torvalds on 22 December 2013, 21:08:32 UTC
Linux 3.13-rc5
Tip revision: 413541d
.gitignore
#
# Generated include files
#
include/generated
#
# Generated ld script file
#
kernel/vmlinux.lds
#
# Generated images in boot
#
boot/Image
boot/zImage
boot/uImage
#
# Generated files in boot/compressed
#
boot/compressed/piggy.S
boot/compressed/piggy.gzip
boot/compressed/vmlinux
boot/compressed/vmlinux.lds
back to top