aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
Add SPDX License Identifier to all .gitignore files. Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2008-07-10arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it ↵Daniel Guilak1-0/+1
shouldn't be tracked. Signed-off-by: Daniel Guilak <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2007-10-17.gitignore update for x86 archDenis V. Lunev1-0/+1
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 <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
2007-10-11i386: move kernelThomas Gleixner1-0/+1
Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>