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

Side by Side Diff: .gitignore

Issue 6538060: Add net.sln output folders to .gitignore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 *.pyc 5 *.pyc
6 *.rules 6 *.rules
7 *.scons 7 *.scons
8 *.sln 8 *.sln
9 *.suo 9 *.suo
10 *.user 10 *.user
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 /chrome/test/data/osdd 53 /chrome/test/data/osdd
54 /chrome/test/data/plugin 54 /chrome/test/data/plugin
55 /chrome/test/data/pyauto_private 55 /chrome/test/data/pyauto_private
56 /chrome/tools/memory 56 /chrome/tools/memory
57 /chrome/tools/test/reference_build 57 /chrome/tools/test/reference_build
58 /chrome_frame/tools/test/reference_build 58 /chrome_frame/tools/test/reference_build
59 /data 59 /data
60 /googleurl 60 /googleurl
61 /gpu/gles2_conform_test 61 /gpu/gles2_conform_test
62 /native_client 62 /native_client
63 /net/Debug
64 /net/Release
63 /ninja 65 /ninja
64 /out 66 /out
65 /out_* 67 /out_*
66 /rlz 68 /rlz
67 /sdch/open-vcdiff 69 /sdch/open-vcdiff
68 /seccompsandbox 70 /seccompsandbox
69 /testing/gmock 71 /testing/gmock
70 /testing/gtest 72 /testing/gtest
71 /testserver.log 73 /testserver.log
72 /third_party/GTM 74 /third_party/GTM
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 /v8 129 /v8
128 /webkit/Debug 130 /webkit/Debug
129 /webkit/Release 131 /webkit/Release
130 /webkit/data/bmp_decoder 132 /webkit/data/bmp_decoder
131 /webkit/data/ico_decoder 133 /webkit/data/ico_decoder
132 /webkit/data/layout_tests/LayoutTests 134 /webkit/data/layout_tests/LayoutTests
133 /webkit/data/test_shell/plugins 135 /webkit/data/test_shell/plugins
134 /webkit/data/xbm_decoder 136 /webkit/data/xbm_decoder
135 /x86-generic_out/ 137 /x86-generic_out/
136 /xcodebuild 138 /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