[coreboot-gerrit] Patch set updated for coreboot: .gitignore: ignore *.swo and option *.roms

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Sat Feb 25 19:11:18 CET 2017


Alexander Couzens (lynxis at fe80.eu) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15220

-gerrit

commit 22857db8a60c5cf1df6d251134e691d83ecef844
Author: Alexander Couzens <lynxis at 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 at fe80.eu>
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 2061f00..f5fb152 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,7 +53,8 @@ site-local
 *.elf
 *.o
 *.out
-*.swp
+*.sw[po]
+/*.rom
 
 # Development friendly files
 tags



More information about the coreboot-gerrit mailing list