From 840aa7ca1fcf8673e5bdb8b2e121b838570a1b54 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 17 Oct 2012 14:17:42 +1100 Subject: [PATCH] Update .gitignore files This updates a number of .gitignore files to ignore generated targets of various sorts. Signed-off-by: David Gibson --- .gitignore | 10 +++++++++- board-qemu/slof/.gitignore | 1 + clients/.gitignore | 3 +++ romfs/tools/.gitignore | 1 + tools/.gitignore | 1 + 5 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 board-qemu/slof/.gitignore create mode 100644 clients/.gitignore create mode 100644 romfs/tools/.gitignore create mode 100644 tools/.gitignore diff --git a/.gitignore b/.gitignore index 861289b..802365c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,12 @@ *.a *.dep *.depend - +*.bin +*.elf +*~ +/.target +board.code +dict.xt +build_info.img +paflof +paflof.unstripped diff --git a/board-qemu/slof/.gitignore b/board-qemu/slof/.gitignore new file mode 100644 index 0000000..55268aa --- /dev/null +++ b/board-qemu/slof/.gitignore @@ -0,0 +1 @@ +OF.ffs diff --git a/clients/.gitignore b/clients/.gitignore new file mode 100644 index 0000000..c5c20bf --- /dev/null +++ b/clients/.gitignore @@ -0,0 +1,3 @@ +*.client +*/client +*/client.unstripped diff --git a/romfs/tools/.gitignore b/romfs/tools/.gitignore new file mode 100644 index 0000000..3e4afbc --- /dev/null +++ b/romfs/tools/.gitignore @@ -0,0 +1 @@ +build_romfs diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 0000000..e458413 --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1 @@ +gen_reloc_table