Alexander Couzens (lynxis@fe80.eu) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15220
-gerrit
commit 6b56ce2dde00e58c3e705beff9091d74d39ae0e4 Author: Alexander Couzens lynxis@fe80.eu Date: Thu Jun 16 19:53:39 2016 -0700
.gitignore: ignore *.swo and option *.roms
Change-Id: I7403f548bae918ca813a9295bfb095a7c4c51e21 Signed-off-by: Alexander Couzens lynxis@fe80.eu --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore index 48c9648..30bd579 100644 --- a/.gitignore +++ b/.gitignore @@ -58,7 +58,8 @@ site-local *.o *.out *.pyc -*.swp +*.sw[po] +/*.rom
# Development friendly files tags