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