From 1900d3cfaddc81f990aaf50eb3707540bf353b43 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 28 Feb 2014 19:59:16 +0900 Subject: 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 Cc: Andre Schwarz --- board/cray/L1/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 board/cray/L1/.gitignore (limited to 'board/cray/L1/.gitignore') 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 -- cgit v1.2.3