diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-07 18:05:37 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-11-07 18:05:37 +0000 |
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 00000000000..ba63401c6e1 --- /dev/null +++ b/arch/mips/boot/.gitignore @@ -0,0 +1,4 @@ +mkboot +elf2ecoff +zImage +zImage.tmp diff --git a/include/asm-mips/.gitignore b/include/asm-mips/.gitignore new file mode 100644 index 00000000000..4ec57ad5bc3 --- /dev/null +++ b/include/asm-mips/.gitignore @@ -0,0 +1 @@ +asm_offsets.h |