commit | ec6806fac165fe4f97f6e3ef832c93e3dfc9f5fa | [log] [tgz] |
---|---|---|
author | Ben Gardner <gardner.ben@gmail.com> | Wed Mar 09 12:38:22 2016 -0600 |
committer | Martin Roth <martinroth@google.com> | Thu Mar 10 23:04:36 2016 +0100 |
tree | 21c837ba86c4e6157f7a3cb08b7fa297a50a6ebd | |
parent | 4b07cbe95d9fb6f491710a665dddbe5c63071c43 [diff] [blame] |
.gitignore: update .s pattern for case insensitivity A recent commit changed the suffix of generated asm files to .pre.s. https://review.coreboot.org/#/c/13943/ Update .gitignore to support case insensitive file systems. Change-Id: If6948d6fd00e19b08583d050a8dcd31f0ad8796b Signed-off-by: Ben Gardner <gardner.ben@gmail.com> Reviewed-on: https://review.coreboot.org/14012 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
diff --git a/.gitignore b/.gitignore index 9aa8c29..40ebcc7 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,5 +1,5 @@ *.o -*.s +*.pre.s *.iso memtest memtest.bin