diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | arch/x86/boot/.gitignore | 5 | ||||
-rw-r--r-- | arch/x86/kernel/acpi/realmode/.gitignore | 3 |
3 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index fdcce40226d7..3016ed30526d 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -27,6 +27,7 @@ TAGS | |||
27 | vmlinux* | 27 | vmlinux* |
28 | !vmlinux.lds.S | 28 | !vmlinux.lds.S |
29 | System.map | 29 | System.map |
30 | Module.markers | ||
30 | Module.symvers | 31 | Module.symvers |
31 | !.gitignore | 32 | !.gitignore |
32 | 33 | ||
diff --git a/arch/x86/boot/.gitignore b/arch/x86/boot/.gitignore index b1bdc4c6f9f2..172cf8a98bdd 100644 --- a/arch/x86/boot/.gitignore +++ b/arch/x86/boot/.gitignore | |||
@@ -1,7 +1,8 @@ | |||
1 | bootsect | 1 | bootsect |
2 | bzImage | 2 | bzImage |
3 | cpustr.h | ||
4 | mkcpustr | ||
5 | offsets.h | ||
3 | setup | 6 | setup |
4 | setup.bin | 7 | setup.bin |
5 | setup.elf | 8 | setup.elf |
6 | cpustr.h | ||
7 | mkcpustr | ||
diff --git a/arch/x86/kernel/acpi/realmode/.gitignore b/arch/x86/kernel/acpi/realmode/.gitignore new file mode 100644 index 000000000000..58f1f48a58f8 --- /dev/null +++ b/arch/x86/kernel/acpi/realmode/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | wakeup.bin | ||
2 | wakeup.elf | ||
3 | wakeup.lds | ||