mirror of https://github.com/thesofproject/sof.git
gitignore: ignore boot loaders and binaries.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
9b34b4dcf1
commit
d721347ad9
|
@ -17,6 +17,7 @@
|
||||||
.build
|
.build
|
||||||
*.dis
|
*.dis
|
||||||
*.lst
|
*.lst
|
||||||
|
.*
|
||||||
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
@ -39,4 +40,8 @@ config.*
|
||||||
*.gz
|
*.gz
|
||||||
*.xz
|
*.xz
|
||||||
src/arch/xtensa/reef
|
src/arch/xtensa/reef
|
||||||
reef-v*
|
src/arch/xtensa/boot_ldr
|
||||||
|
reef-*
|
||||||
|
boot_ldr-*
|
||||||
|
boot_module
|
||||||
|
module
|
||||||
|
|
Loading…
Reference in New Issue