Update .gitignore files

This updates a number of .gitignore files to ignore generated targets of
various sorts.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
David Gibson 2012-10-17 14:17:42 +11:00
parent f21f7a3f46
commit 840aa7ca1f
5 changed files with 15 additions and 1 deletions

10
.gitignore vendored
View File

@ -3,4 +3,12 @@
*.a
*.dep
*.depend
*.bin
*.elf
*~
/.target
board.code
dict.xt
build_info.img
paflof
paflof.unstripped

1
board-qemu/slof/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
OF.ffs

3
clients/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.client
*/client
*/client.unstripped

1
romfs/tools/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build_romfs

1
tools/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
gen_reloc_table