diff options
author | Denis V. Lunev <den@openvz.org> | 2007-10-16 03:22:21 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-17 15:19:04 -0400 |
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 27c3e839b54e..22fb8fa9bc3d 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -26,6 +26,7 @@ vmlinux* | |||
26 | !vmlinux.lds.S | 26 | !vmlinux.lds.S |
27 | System.map | 27 | System.map |
28 | Module.symvers | 28 | Module.symvers |
29 | !.gitignore | ||
29 | 30 | ||
30 | # | 31 | # |
31 | # Generated include files | 32 | # Generated include files |