mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
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:
parent
d54f5f5c76
commit
688f7f8fc2
1 changed files with 2 additions and 0 deletions
2
resources/.gitignore
vendored
2
resources/.gitignore
vendored
|
@ -19,3 +19,5 @@
|
|||
**/*.BIT*
|
||||
**/*.INP
|
||||
**/*.OUT*
|
||||
|
||||
!**/*.sha1
|
||||
|
|
Loading…
Reference in a new issue