diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-07 13:05:37 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-11-07 13:05:37 -0500 |
commit | 15b96a475706bfac71697a5d2f256750bdf749d3 (patch) | |
tree | b4c6fc78b2427a826aa5c0eb58a3953aae735aba | |
parent | 307bd284c205616e02fb85557b97f0e3e969662e (diff) |
Add .gitignore files for MIPS.
-rw-r--r-- | arch/mips/boot/.gitignore | 4 | ||||
-rw-r--r-- | include/asm-mips/.gitignore | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/boot/.gitignore b/arch/mips/boot/.gitignore new file mode 100644 index 000000000000..ba63401c6e10 --- /dev/null +++ b/arch/mips/boot/.gitignore | |||
@@ -0,0 +1,4 @@ | |||
1 | mkboot | ||
2 | elf2ecoff | ||
3 | zImage | ||
4 | zImage.tmp | ||
diff --git a/include/asm-mips/.gitignore b/include/asm-mips/.gitignore new file mode 100644 index 000000000000..4ec57ad5bc3c --- /dev/null +++ b/include/asm-mips/.gitignore | |||
@@ -0,0 +1 @@ | |||
asm_offsets.h | |||