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

Side by Side Diff: .gitignore

Issue 7652001: Ignore automatically-generated Chrome OS test files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | Annotate | Revision Log
« 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 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.ninja 4 *.ninja
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.scons 8 *.scons
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 /ceee/internal/ 42 /ceee/internal/
43 /chrome/Debug 43 /chrome/Debug
44 /chrome/Hammer 44 /chrome/Hammer
45 /chrome/Release 45 /chrome/Release
46 /chrome/app/theme/google_chrome 46 /chrome/app/theme/google_chrome
47 /chrome/browser/autofill/internal 47 /chrome/browser/autofill/internal
48 /chrome/browser/extensions/default_extensions/chromeos 48 /chrome/browser/extensions/default_extensions/chromeos
49 /chrome/installer/linux 49 /chrome/installer/linux
50 /chrome/installer/mac/internal 50 /chrome/installer/mac/internal
51 /chrome/installer/mac/third_party/xz/xz 51 /chrome/installer/mac/third_party/xz/xz
52 /chrome/test/chromeos/autotest/files/client/deps/chrome_test/test_src/
53 /chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/test_src/
52 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin 54 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin
53 /chrome/test/data/firefox2_profile/searchplugins 55 /chrome/test/data/firefox2_profile/searchplugins
54 /chrome/test/data/firefox2_searchplugins 56 /chrome/test/data/firefox2_searchplugins
55 /chrome/test/data/firefox3_profile/searchplugins 57 /chrome/test/data/firefox3_profile/searchplugins
56 /chrome/test/data/firefox3_searchplugins 58 /chrome/test/data/firefox3_searchplugins
57 /chrome/test/data/layout_tests 59 /chrome/test/data/layout_tests
58 /chrome/test/data/osdd 60 /chrome/test/data/osdd
59 /chrome/test/data/perf/frame_rate/content 61 /chrome/test/data/perf/frame_rate/content
60 /chrome/test/data/plugin 62 /chrome/test/data/plugin
61 /chrome/test/data/pyauto_private 63 /chrome/test/data/pyauto_private
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 /v8 154 /v8
153 /webkit/Debug 155 /webkit/Debug
154 /webkit/Release 156 /webkit/Release
155 /webkit/data/bmp_decoder 157 /webkit/data/bmp_decoder
156 /webkit/data/ico_decoder 158 /webkit/data/ico_decoder
157 /webkit/data/layout_tests/LayoutTests 159 /webkit/data/layout_tests/LayoutTests
158 /webkit/data/test_shell/plugins 160 /webkit/data/test_shell/plugins
159 /webkit/data/xbm_decoder 161 /webkit/data/xbm_decoder
160 /x86-generic_out/ 162 /x86-generic_out/
161 /xcodebuild 163 /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