diff options
-rw-r--r-- | arch/sparc/boot/.gitignore | 5 | ||||
-rw-r--r-- | arch/sparc/kernel/.gitignore | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/arch/sparc/boot/.gitignore b/arch/sparc/boot/.gitignore new file mode 100644 index 000000000000..8ffba5762be1 --- /dev/null +++ b/arch/sparc/boot/.gitignore | |||
@@ -0,0 +1,5 @@ | |||
1 | btfix.S | ||
2 | btfixupprep | ||
3 | image | ||
4 | zImage | ||
5 | |||
diff --git a/arch/sparc/kernel/.gitignore b/arch/sparc/kernel/.gitignore new file mode 100644 index 000000000000..c5f676c3c224 --- /dev/null +++ b/arch/sparc/kernel/.gitignore | |||
@@ -0,0 +1 @@ | |||
vmlinux.lds | |||