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

Side by Side Diff: .gitignore

Issue 7599023: Ignore gyp-mac-tool generated by Mac make build (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Only ignore at the root level 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 /chrome/test/data/osdd 58 /chrome/test/data/osdd
59 /chrome/test/data/perf/frame_rate/content 59 /chrome/test/data/perf/frame_rate/content
60 /chrome/test/data/plugin 60 /chrome/test/data/plugin
61 /chrome/test/data/pyauto_private 61 /chrome/test/data/pyauto_private
62 /chrome/tools/memory 62 /chrome/tools/memory
63 /chrome/tools/test/reference_build 63 /chrome/tools/test/reference_build
64 /chrome_frame/tools/test/reference_build 64 /chrome_frame/tools/test/reference_build
65 /data 65 /data
66 /googleurl 66 /googleurl
67 /gpu/gles2_conform_test 67 /gpu/gles2_conform_test
68 /gyp-mac-tool
68 /native_client 69 /native_client
69 /net/Debug 70 /net/Debug
70 /net/Release 71 /net/Release
71 /net/testserver.log 72 /net/testserver.log
72 /ninja 73 /ninja
73 /out 74 /out
74 /out_* 75 /out_*
75 /rlz 76 /rlz
76 /sdch/open-vcdiff 77 /sdch/open-vcdiff
77 /seccompsandbox 78 /seccompsandbox
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 /v8 151 /v8
151 /webkit/Debug 152 /webkit/Debug
152 /webkit/Release 153 /webkit/Release
153 /webkit/data/bmp_decoder 154 /webkit/data/bmp_decoder
154 /webkit/data/ico_decoder 155 /webkit/data/ico_decoder
155 /webkit/data/layout_tests/LayoutTests 156 /webkit/data/layout_tests/LayoutTests
156 /webkit/data/test_shell/plugins 157 /webkit/data/test_shell/plugins
157 /webkit/data/xbm_decoder 158 /webkit/data/xbm_decoder
158 /x86-generic_out/ 159 /x86-generic_out/
159 /xcodebuild 160 /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