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

Side by Side Diff: .gitignore

Issue 2587163002: Create resources/.gitignore file. (Closed)
Patch Set: 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 | resources/.gitignore » ('j') | 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 /buildtools 42 /buildtools
43 /chromium/.gclient.tmp 43 /chromium/.gclient.tmp
44 /chromium/.gclient.tmp_entries 44 /chromium/.gclient.tmp_entries
45 /chromium/.last_sync_chromium 45 /chromium/.last_sync_chromium
46 /chromium/_bad_scm 46 /chromium/_bad_scm
47 /chromium/src 47 /chromium/src
48 /links 48 /links
49 /links.db 49 /links.db
50 /mojo 50 /mojo
51 /out 51 /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*
73 /testing 52 /testing
74 /third_party/BUILD.gn 53 /third_party/BUILD.gn
75 /third_party/WebKit 54 /third_party/WebKit
76 /third_party/WebKit/Tools/Scripts 55 /third_party/WebKit/Tools/Scripts
77 /third_party/accessibility_test_framework 56 /third_party/accessibility_test_framework
78 /third_party/afl 57 /third_party/afl
79 /third_party/android_platform 58 /third_party/android_platform
80 /third_party/android_support_test_runner 59 /third_party/android_support_test_runner
81 /third_party/android_tools 60 /third_party/android_tools
82 /third_party/apache_velocity 61 /third_party/apache_velocity
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 /tools-webrtc/video_quality_toolchain/linux/zxing 151 /tools-webrtc/video_quality_toolchain/linux/zxing
173 /tools-webrtc/video_quality_toolchain/mac/ffmpeg 152 /tools-webrtc/video_quality_toolchain/mac/ffmpeg
174 /tools-webrtc/video_quality_toolchain/mac/zxing 153 /tools-webrtc/video_quality_toolchain/mac/zxing
175 /tools-webrtc/video_quality_toolchain/win/*.dll 154 /tools-webrtc/video_quality_toolchain/win/*.dll
176 /tools-webrtc/video_quality_toolchain/win/*.exe 155 /tools-webrtc/video_quality_toolchain/win/*.exe
177 /tools/vim 156 /tools/vim
178 /tools/win 157 /tools/win
179 /tools/whitespace.txt 158 /tools/whitespace.txt
180 /x86-generic_out/ 159 /x86-generic_out/
181 /xcodebuild 160 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | resources/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698