Fix gitignore pattern to never exclude sha1 files

For example, currently "resources/audio_coding/F02_tlm10.OUT20.sha1" would have been ignored by the pattern "**/*.OUT*".

No-Try: True
Bug: None
Change-Id: I91243a301950485cb61d5f72a00af08372ec7951
Reviewed-on: https://webrtc-review.googlesource.com/92085
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Yves Gerey <yvesg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24185}
This commit is contained in:
Oleh Prypin 2018-08-02 15:18:03 +02:00 committed by Commit Bot
parent d54f5f5c76
commit 688f7f8fc2

View file

@ -19,3 +19,5 @@
**/*.BIT*
**/*.INP
**/*.OUT*
!**/*.sha1