diff options
author | Denis V. Lunev | 2007-10-16 09:22:21 +0200 |
---|---|---|
committer | Thomas Gleixner | 2007-10-17 21:19:04 +0200 |
commit | 9e447a7f1fd997bcb9266899e777c37469245365 (patch) | |
tree | a90b76f79568b4b9f3739f0ac8de90c56c71d1cb /arch/i386 | |
parent | x86: unify include/asm/debugreg_32/64.h (diff) | |
download | kernel-qcow2-linux-9e447a7f1fd997bcb9266899e777c37469245365.tar.gz kernel-qcow2-linux-9e447a7f1fd997bcb9266899e777c37469245365.tar.xz kernel-qcow2-linux-9e447a7f1fd997bcb9266899e777c37469245365.zip |
.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>
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/.gitignore b/arch/i386/.gitignore new file mode 100644 index 000000000000..36ef4c374d25 --- /dev/null +++ b/arch/i386/.gitignore @@ -0,0 +1 @@ +boot |