mirror of https://github.com/thesofproject/sof.git
gitignore: ignore *.la files
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
768acbb9b7
commit
73d24a5228
|
@ -2,6 +2,7 @@
|
|||
*.Po
|
||||
*~
|
||||
*.a
|
||||
*.la
|
||||
*.Tpo
|
||||
*.swp
|
||||
*.bin
|
||||
|
|
Loading…
Reference in New Issue