diff options
author | Simon Glass <sjg@chromium.org> | 2012-10-04 09:04:45 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2012-10-04 12:22:20 -0700 |
commit | 024520b1ff1607253289b72fde7296cbe45b80ab (patch) | |
tree | 8ec36745e8033f61240481a0d8ce49442ae06423 /.gitignore | |
parent | a9e8f809a33d23430c87cc1944c9c37a015aee91 (diff) | |
download | chrome-ec-024520b1ff1607253289b72fde7296cbe45b80ab.tar.gz |
Remove some extensions from .gitignore
Since build output is in build/ we don't really need to have *.bin (and
others) excluded throughout the source tree. This change allows us to
check in .bin files without warnings.
BUG=none
BRANCH=snow,link
TEST=manual
$ git status
- see that we still have no stray files reported
$ git add test/test-matrix.bin
- see that there is no warning given now
Change-Id: Ia71c5c2b89c3f0eef5098c86c701cb34f666e164
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/34632
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index a24cf4186b..9bf3e25c27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ build/ private/ -*.map -*.bin -*.elf *.swp *.pyc |