diff options
author | Masahiro Yamada | 2014-02-28 19:59:16 +0900 |
---|---|---|
committer | Tom Rini | 2014-03-04 12:15:31 -0500 |
commit | 1900d3cfaddc81f990aaf50eb3707540bf353b43 (patch) | |
tree | 29e4bcc49cb2fcd60a7d37f68ce554dc1ec36e85 /board/cray/L1/.gitignore | |
parent | de1931460f6755e5cd04d38108a797a22cb8ea4d (diff) |
board: .gitignore: ignore board-specific generated files
Ignore
- board/cray/L1/bootscript.{c|image}
- board/matrix_vision/mvblm7/bootscript.img
- board/maxtir_vision/mvsmr/bootscript.img
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
Diffstat (limited to 'board/cray/L1/.gitignore')
-rw-r--r-- | board/cray/L1/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/cray/L1/.gitignore b/board/cray/L1/.gitignore new file mode 100644 index 00000000000..cd76d660ef4 --- /dev/null +++ b/board/cray/L1/.gitignore @@ -0,0 +1,2 @@ +bootscript.c +bootscript.image |