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

Side by Side Diff: .gitignore

Issue 8528039: Add browser/resources/software_rendering_list to .gitignore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | DEPS » ('j') | 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 29 matching lines...) Expand all
40 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 40 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
41 /c 41 /c
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/browser/protector/internal 49 /chrome/browser/protector/internal
50 /chrome/browser/resources/software_rendering_list
50 /chrome/browser/spellchecker/internal 51 /chrome/browser/spellchecker/internal
51 /chrome/installer/linux 52 /chrome/installer/linux
52 /chrome/installer/mac/internal 53 /chrome/installer/mac/internal
53 /chrome/installer/mac/third_party/xz/xz 54 /chrome/installer/mac/third_party/xz/xz
54 /chrome/test/chromeos/autotest/files/client/deps/chrome_test/test_src/ 55 /chrome/test/chromeos/autotest/files/client/deps/chrome_test/test_src/
55 /chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/test_src/ 56 /chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/test_src/
56 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin 57 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin
57 /chrome/test/data/firefox2_profile/searchplugins 58 /chrome/test/data/firefox2_profile/searchplugins
58 /chrome/test/data/firefox2_searchplugins 59 /chrome/test/data/firefox2_searchplugins
59 /chrome/test/data/firefox3_profile/searchplugins 60 /chrome/test/data/firefox3_profile/searchplugins
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 /v8 168 /v8
168 /webkit/Debug 169 /webkit/Debug
169 /webkit/Release 170 /webkit/Release
170 /webkit/data/bmp_decoder 171 /webkit/data/bmp_decoder
171 /webkit/data/ico_decoder 172 /webkit/data/ico_decoder
172 /webkit/data/layout_tests/LayoutTests 173 /webkit/data/layout_tests/LayoutTests
173 /webkit/data/test_shell/plugins 174 /webkit/data/test_shell/plugins
174 /webkit/data/xbm_decoder 175 /webkit/data/xbm_decoder
175 /x86-generic_out/ 176 /x86-generic_out/
176 /xcodebuild 177 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698