Create resources/.gitignore file.

Create a .gitignore file in resources/ that is responsible for
preventing the downloaded binary files from being added to source control.

BUG=None
NOTRY=True

Review-Url: https://codereview.webrtc.org/2587163002
Cr-Commit-Position: refs/heads/master@{#15691}
This commit is contained in:
kjellander
2016-12-19 12:50:47 -08:00
committed by Commit bot
parent 86abd6f2fd
commit 31cc1104ac
2 changed files with 21 additions and 21 deletions

21
resources/.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
**/*.aecdump
**/*.bin
**/*.byte
**/*.chn
**/*.dat
**/*.frames
**/*.gai
**/*.jpg
**/*.pb
**/*.pcap
**/*.pcm
**/*.rtp
**/*.rtpdump
**/*.rx
**/*.txt
**/*.wav
**/*.y4m
**/*.yuv
**/*.BIT*
**/*.INP
**/*.OUT*