diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/libwebrtc/resources/.gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/third_party/libwebrtc/resources/.gitignore b/third_party/libwebrtc/resources/.gitignore new file mode 100644 index 0000000000..1f729ae457 --- /dev/null +++ b/third_party/libwebrtc/resources/.gitignore @@ -0,0 +1,23 @@ +**/*.aecdump +**/*.bin +**/*.byte +**/*.chn +**/*.dat +**/*.frames +**/*.gai +**/*.jpg +**/*.pb +**/*.pcap +**/*.pcm +**/*.rtp +**/*.rtpdump +**/*.rx +**/*.txt +**/*.wav +**/*.y4m +**/*.yuv +**/*.BIT* +**/*.INP +**/*.OUT* + +!**/*.sha1 |