.gitignore: ignore *.swo and option *.roms

Change-Id: I7403f548bae918ca813a9295bfb095a7c4c51e21
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-on: https://review.coreboot.org/15220
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Alexander Couzens 2016-06-16 19:53:39 -07:00 committed by Martin Roth
parent 7c414e78cc
commit dd6f75ae6e
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -58,7 +58,8 @@ site-local
*.o
*.out
*.pyc
*.swp
*.sw[po]
/*.rom
# Development friendly files
tags