diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-06-16 19:53:39 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-03-10 11:06:20 +0100 |
commit | dd6f75ae6e5b3dade912dc132b393934062c6e0e (patch) | |
tree | bfe56702f7bb45578765174c284bf038326e4d34 | |
parent | 7c414e78cc63a21a584ab844e2d6ba1dfa570a16 (diff) |
.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>
-rw-r--r-- | .gitignore | 3 |
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 |