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

Side by Side Diff: .gitignore

Issue 815353004: Add /clank to .gitignore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months 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 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.sdf 8 *.sdf
9 *.sln 9 *.sln
10 *.sublime-project 10 *.sublime-project
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 /chrome/test/data/perf/frame_rate/private 128 /chrome/test/data/perf/frame_rate/private
129 /chrome/test/data/perf/private/ 129 /chrome/test/data/perf/private/
130 /chrome/test/data/perf/third_party/ 130 /chrome/test/data/perf/third_party/
131 /chrome/test/data/plugin/ 131 /chrome/test/data/plugin/
132 /chrome/test/data/webrtc/resources 132 /chrome/test/data/webrtc/resources
133 /chrome/tools/memory 133 /chrome/tools/memory
134 /chrome/tools/test/reference_build 134 /chrome/tools/test/reference_build
135 /chrome/unit_tests_run.xml 135 /chrome/unit_tests_run.xml
136 /chrome/web_ui_mojo_bindings.xml 136 /chrome/web_ui_mojo_bindings.xml
137 /chrome_elf/chrome_elf_resources.xml 137 /chrome_elf/chrome_elf_resources.xml
138 /clank
138 /cloud_print/cloud_print_version_resources.xml 139 /cloud_print/cloud_print_version_resources.xml
139 /components/chrome_settings_proto_generated_compile.xml 140 /components/chrome_settings_proto_generated_compile.xml
140 /components/cloud_policy_proto_generated_compile.xml 141 /components/cloud_policy_proto_generated_compile.xml
141 /components/gcm_driver.xml 142 /components/gcm_driver.xml
142 /components/leveldb_proto_test_support.xml 143 /components/leveldb_proto_test_support.xml
143 /components/rappor.xml 144 /components/rappor.xml
144 /components/search_engines/prepopulated_engines.xml 145 /components/search_engines/prepopulated_engines.xml
145 /components/suggestions.xml 146 /components/suggestions.xml
146 /components/variations.xml 147 /components/variations.xml
147 /content/browser/service_worker/proto.xml 148 /content/browser/service_worker/proto.xml
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 /webkit/data/test_shell/plugins 431 /webkit/data/test_shell/plugins
431 /webkit/data/xbm_decoder 432 /webkit/data/xbm_decoder
432 /webkit/Debug 433 /webkit/Debug
433 /webkit/Release 434 /webkit/Release
434 /webkit/renderer/media/crypto/ppapi/cdm 435 /webkit/renderer/media/crypto/ppapi/cdm
435 /webpagereplay_logs/ 436 /webpagereplay_logs/
436 /win8/delegate_execute/delegate_execute_version_resources.xml 437 /win8/delegate_execute/delegate_execute_version_resources.xml
437 /win8/metro_driver/metro_driver_version_resources.xml 438 /win8/metro_driver/metro_driver_version_resources.xml
438 /x86-generic_out/ 439 /x86-generic_out/
439 /xcodebuild 440 /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