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:
parent
f21f7a3f46
commit
840aa7ca1f
|
@ -3,4 +3,12 @@
|
|||
*.a
|
||||
*.dep
|
||||
*.depend
|
||||
|
||||
*.bin
|
||||
*.elf
|
||||
*~
|
||||
/.target
|
||||
board.code
|
||||
dict.xt
|
||||
build_info.img
|
||||
paflof
|
||||
paflof.unstripped
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
OF.ffs
|
|
@ -0,0 +1,3 @@
|
|||
*.client
|
||||
*/client
|
||||
*/client.unstripped
|
|
@ -0,0 +1 @@
|
|||
build_romfs
|
|
@ -0,0 +1 @@
|
|||
gen_reloc_table
|
Loading…
Reference in New Issue