From 19223ace6506ca35a95b752086a82364f76e23f2 Mon Sep 17 00:00:00 2001 From: charujain Date: Tue, 29 Nov 2016 02:22:59 -0800 Subject: [PATCH] Ignore newly added resource files. As part of https://codereview.webrtc.org/2532963002/ we added two new resource file which needs to be ignored. BUG=webrtc:6761 NOTRY=true Review-Url: https://codereview.webrtc.org/2536133002 Cr-Commit-Position: refs/heads/master@{#15290} --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6f8dcc24b2..e39d164a4e 100644 --- a/.gitignore +++ b/.gitignore @@ -63,7 +63,9 @@ /resources/**/*.rtp /resources/**/*.rtpdump /resources/**/*.rx +/resources/**/*.txt /resources/**/*.wav +/resources/**/*.y4m /resources/**/*.yuv /resources/**/*.BIT* /resources/**/*.INP