diff options
author | Matthew Wilcox <matthew@wil.cx> | 2008-04-25 04:21:11 -0600 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-25 12:27:32 -0700 |
commit | 2cfed60cc24676d65e01278dbf10d0069de02592 (patch) | |
tree | b26ef8f13df03ca82e3947aee2e45c60f61ca8e3 | |
parent | 7e97b28309edc5669ced2bb1371704e8f8d084e3 (diff) | |
download | linux-3.10-2cfed60cc24676d65e01278dbf10d0069de02592.tar.gz linux-3.10-2cfed60cc24676d65e01278dbf10d0069de02592.tar.bz2 linux-3.10-2cfed60cc24676d65e01278dbf10d0069de02592.zip |
Update .gitignore files
Add some autogenerated files to various .gitignore files
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-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 fdcce40226d..3016ed30526 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ TAGS vmlinux* !vmlinux.lds.S System.map +Module.markers Module.symvers !.gitignore diff --git a/arch/x86/boot/.gitignore b/arch/x86/boot/.gitignore index b1bdc4c6f9f..172cf8a98bd 100644 --- a/arch/x86/boot/.gitignore +++ b/arch/x86/boot/.gitignore @@ -1,7 +1,8 @@ bootsect bzImage +cpustr.h +mkcpustr +offsets.h setup setup.bin setup.elf -cpustr.h -mkcpustr diff --git a/arch/x86/kernel/acpi/realmode/.gitignore b/arch/x86/kernel/acpi/realmode/.gitignore new file mode 100644 index 00000000000..58f1f48a58f --- /dev/null +++ b/arch/x86/kernel/acpi/realmode/.gitignore @@ -0,0 +1,3 @@ +wakeup.bin +wakeup.elf +wakeup.lds |