Add a few more patterns to .gitignore
Change-Id: If7c1c6d9a96dd788bacee72b6e18a435069cad6e Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/172 Tested-by: build bot (Jenkins)
This commit is contained in:
parent
054849dc6b
commit
ebc28095ad
|
@ -7,3 +7,10 @@ payloads/external/FILO/filo/
|
|||
payloads/external/SeaBIOS/seabios/
|
||||
util/crossgcc/tarballs/
|
||||
util/crossgcc/xgcc/
|
||||
*.o
|
||||
*.elf
|
||||
*.debug
|
||||
*.out
|
||||
*.\#
|
||||
*.swp
|
||||
*.bin
|
||||
|
|
Loading…
Reference in New Issue