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 | |
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>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | arch/i386/.gitignore | 1 | ||||
-rw-r--r-- | arch/x86/kernel/.gitignore | 1 |
3 files changed, 3 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 |
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 | |||
diff --git a/arch/x86/kernel/.gitignore b/arch/x86/kernel/.gitignore index 40836ad9079c..4ea38a39aed4 100644 --- a/arch/x86/kernel/.gitignore +++ b/arch/x86/kernel/.gitignore | |||
@@ -1 +1,2 @@ | |||
1 | vsyscall.lds | 1 | vsyscall.lds |
2 | vsyscall_32.lds | ||