summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-06-16 19:53:39 -0700
committerMartin Roth <martinroth@google.com>2017-03-10 11:06:20 +0100
commitdd6f75ae6e5b3dade912dc132b393934062c6e0e (patch)
treebfe56702f7bb45578765174c284bf038326e4d34 /.gitignore
parent7c414e78cc63a21a584ab844e2d6ba1dfa570a16 (diff)
downloadcoreboot-dd6f75ae6e5b3dade912dc132b393934062c6e0e.tar.xz
.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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5383e113a0..2ecbb51184 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,7 +58,8 @@ site-local
*.o
*.out
*.pyc
-*.swp
+*.sw[po]
+/*.rom
# Development friendly files
tags