diff options
-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 | ||