Skip to content

Commit 31cc110

Browse files
kjellanderCommit bot
kjellander
authored and
Commit bot
committed
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}
1 parent 86abd6f commit 31cc110

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Diff for: .gitignore

-21
Original file line numberDiff line numberDiff line change
@@ -49,27 +49,6 @@
4949
/links.db
5050
/mojo
5151
/out
52-
/resources/**/*.aecdump
53-
/resources/**/*.bin
54-
/resources/**/*.byte
55-
/resources/**/*.chn
56-
/resources/**/*.dat
57-
/resources/**/*.frames
58-
/resources/**/*.gai
59-
/resources/**/*.jpg
60-
/resources/**/*.pb
61-
/resources/**/*.pcap
62-
/resources/**/*.pcm
63-
/resources/**/*.rtp
64-
/resources/**/*.rtpdump
65-
/resources/**/*.rx
66-
/resources/**/*.txt
67-
/resources/**/*.wav
68-
/resources/**/*.y4m
69-
/resources/**/*.yuv
70-
/resources/**/*.BIT*
71-
/resources/**/*.INP
72-
/resources/**/*.OUT*
7352
/testing
7453
/third_party/BUILD.gn
7554
/third_party/WebKit

Diff for: resources/.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
**/*.aecdump
2+
**/*.bin
3+
**/*.byte
4+
**/*.chn
5+
**/*.dat
6+
**/*.frames
7+
**/*.gai
8+
**/*.jpg
9+
**/*.pb
10+
**/*.pcap
11+
**/*.pcm
12+
**/*.rtp
13+
**/*.rtpdump
14+
**/*.rx
15+
**/*.txt
16+
**/*.wav
17+
**/*.y4m
18+
**/*.yuv
19+
**/*.BIT*
20+
**/*.INP
21+
**/*.OUT*

0 commit comments

Comments
 (0)