Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Side by Side Diff: .gitignore

Issue 2536133002: Ignore newly added resource files. (Closed)
Patch Set: Re-align Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.DS_Store 1 *.DS_Store
2 *.Makefile 2 *.Makefile
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 /resources/**/*.dat 56 /resources/**/*.dat
57 /resources/**/*.frames 57 /resources/**/*.frames
58 /resources/**/*.gai 58 /resources/**/*.gai
59 /resources/**/*.jpg 59 /resources/**/*.jpg
60 /resources/**/*.pb 60 /resources/**/*.pb
61 /resources/**/*.pcap 61 /resources/**/*.pcap
62 /resources/**/*.pcm 62 /resources/**/*.pcm
63 /resources/**/*.rtp 63 /resources/**/*.rtp
64 /resources/**/*.rtpdump 64 /resources/**/*.rtpdump
65 /resources/**/*.rx 65 /resources/**/*.rx
66 /resources/**/*.txt
66 /resources/**/*.wav 67 /resources/**/*.wav
68 /resources/**/*.y4m
67 /resources/**/*.yuv 69 /resources/**/*.yuv
68 /resources/**/*.BIT* 70 /resources/**/*.BIT*
69 /resources/**/*.INP 71 /resources/**/*.INP
70 /resources/**/*.OUT* 72 /resources/**/*.OUT*
71 /testing 73 /testing
72 /third_party/BUILD.gn 74 /third_party/BUILD.gn
73 /third_party/WebKit 75 /third_party/WebKit
74 /third_party/WebKit/Tools/Scripts 76 /third_party/WebKit/Tools/Scripts
75 /third_party/accessibility_test_framework 77 /third_party/accessibility_test_framework
76 /third_party/afl 78 /third_party/afl
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 /tools/video_quality_toolchain/mac/ffmpeg 174 /tools/video_quality_toolchain/mac/ffmpeg
173 /tools/video_quality_toolchain/mac/zxing 175 /tools/video_quality_toolchain/mac/zxing
174 /tools/video_quality_toolchain/win/*.dll 176 /tools/video_quality_toolchain/win/*.dll
175 /tools/video_quality_toolchain/win/*.exe 177 /tools/video_quality_toolchain/win/*.exe
176 /tools/vim 178 /tools/vim
177 /tools/win 179 /tools/win
178 /tools/xdisplaycheck 180 /tools/xdisplaycheck
179 /tools/whitespace.txt 181 /tools/whitespace.txt
180 /x86-generic_out/ 182 /x86-generic_out/
181 /xcodebuild 183 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698