From 31cc1104ac542d70cf24e17b9681c34d1c8d3e79 Mon Sep 17 00:00:00 2001 From: kjellander Date: Mon, 19 Dec 2016 12:50:47 -0800 Subject: [PATCH] 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} --- .gitignore | 21 --------------------- resources/.gitignore | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 resources/.gitignore diff --git a/.gitignore b/.gitignore index 970cfcb93a..f04b633ebb 100644 --- a/.gitignore +++ b/.gitignore @@ -49,27 +49,6 @@ /links.db /mojo /out -/resources/**/*.aecdump -/resources/**/*.bin -/resources/**/*.byte -/resources/**/*.chn -/resources/**/*.dat -/resources/**/*.frames -/resources/**/*.gai -/resources/**/*.jpg -/resources/**/*.pb -/resources/**/*.pcap -/resources/**/*.pcm -/resources/**/*.rtp -/resources/**/*.rtpdump -/resources/**/*.rx -/resources/**/*.txt -/resources/**/*.wav -/resources/**/*.y4m -/resources/**/*.yuv -/resources/**/*.BIT* -/resources/**/*.INP -/resources/**/*.OUT* /testing /third_party/BUILD.gn /third_party/WebKit diff --git a/resources/.gitignore b/resources/.gitignore new file mode 100644 index 0000000000..334fc452d6 --- /dev/null +++ b/resources/.gitignore @@ -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*