[coreboot-gerrit] New patch to review for coreboot: .gitignore: clean up my workspace

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Fri Jun 17 07:51:43 CEST 2016


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 ba09b04351fbd5a36452d2fcb0578e7a60de1853
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Jun 16 19:53:39 2016 -0700

    .gitignore: clean up my workspace
    
    add *.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