diff options
| author | Daniel Guilak <guilak@linux.vnet.ibm.com> | 2008-07-10 09:39:32 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-10 10:13:51 -0700 |
| commit | b10e9ad0f1d0dc62bd444dd6761a6527bfe98959 (patch) | |
| tree | 058c21974bf50fc978cc6c2c6d9cd06118e0febc /arch/x86/kernel/.gitignore | |
| parent | 544304b200c3869bc1312bcf941c4cf04d65b56c (diff) | |
| download | linux-b10e9ad0f1d0dc62bd444dd6761a6527bfe98959.tar.gz linux-b10e9ad0f1d0dc62bd444dd6761a6527bfe98959.tar.bz2 linux-b10e9ad0f1d0dc62bd444dd6761a6527bfe98959.zip | |
arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it shouldn't be tracked.
Signed-off-by: Daniel Guilak <daniel@danielguilak.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86/kernel/.gitignore')
| -rw-r--r-- | arch/x86/kernel/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/.gitignore b/arch/x86/kernel/.gitignore index 4ea38a39aed4..08f4fd731469 100644 --- a/arch/x86/kernel/.gitignore +++ b/arch/x86/kernel/.gitignore @@ -1,2 +1,3 @@ vsyscall.lds vsyscall_32.lds +vmlinux.lds |
