diff options
author | Denis V. Lunev <den@openvz.org> | 2007-10-16 11:22:21 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-17 21:19:04 +0200 |
commit | 9e447a7f1fd997bcb9266899e777c37469245365 (patch) | |
tree | a90b76f79568b4b9f3739f0ac8de90c56c71d1cb /.gitignore | |
parent | 21ebddd3efd3aff961153f1bac4793218dfaea9c (diff) |
.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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 27c3e839b54..22fb8fa9bc3 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ vmlinux* !vmlinux.lds.S System.map Module.symvers +!.gitignore # # Generated include files |