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

Side by Side Diff: .gitignore

Issue 2463333002: Add third_party/android_support_test_runner to .gitignore (Closed)
Patch Set: Created 4 years, 1 month 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 /resources/**/*.BIT* 68 /resources/**/*.BIT*
69 /resources/**/*.INP 69 /resources/**/*.INP
70 /resources/**/*.OUT* 70 /resources/**/*.OUT*
71 /testing 71 /testing
72 /third_party/BUILD.gn 72 /third_party/BUILD.gn
73 /third_party/WebKit 73 /third_party/WebKit
74 /third_party/WebKit/Tools/Scripts 74 /third_party/WebKit/Tools/Scripts
75 /third_party/accessibility_test_framework 75 /third_party/accessibility_test_framework
76 /third_party/afl 76 /third_party/afl
77 /third_party/android_platform 77 /third_party/android_platform
78 /third_party/android_support_test_runner
78 /third_party/android_tools 79 /third_party/android_tools
79 /third_party/apache_velocity 80 /third_party/apache_velocity
80 /third_party/appurify-python 81 /third_party/appurify-python
81 /third_party/asan 82 /third_party/asan
82 /third_party/ashmem 83 /third_party/ashmem
83 /third_party/binutils 84 /third_party/binutils
84 /third_party/boringssl 85 /third_party/boringssl
85 /third_party/bouncycastle 86 /third_party/bouncycastle
86 /third_party/byte_buddy 87 /third_party/byte_buddy
87 /third_party/catapult 88 /third_party/catapult
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 /tools/video_quality_toolchain/mac/ffmpeg 170 /tools/video_quality_toolchain/mac/ffmpeg
170 /tools/video_quality_toolchain/mac/zxing 171 /tools/video_quality_toolchain/mac/zxing
171 /tools/video_quality_toolchain/win/*.dll 172 /tools/video_quality_toolchain/win/*.dll
172 /tools/video_quality_toolchain/win/*.exe 173 /tools/video_quality_toolchain/win/*.exe
173 /tools/vim 174 /tools/vim
174 /tools/win 175 /tools/win
175 /tools/xdisplaycheck 176 /tools/xdisplaycheck
176 /tools/whitespace.txt 177 /tools/whitespace.txt
177 /x86-generic_out/ 178 /x86-generic_out/
178 /xcodebuild 179 /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