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
2
resources/.gitignore
vendored
2
resources/.gitignore
vendored
@ -19,3 +19,5 @@
|
|||||||
**/*.BIT*
|
**/*.BIT*
|
||||||
**/*.INP
|
**/*.INP
|
||||||
**/*.OUT*
|
**/*.OUT*
|
||||||
|
|
||||||
|
!**/*.sha1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user