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

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: 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
11 *.suo 11 *.suo
12 *.targets 12 *.targets
13 *.user 13 *.user
14 *.vcproj 14 *.vcproj
15 *.vcxproj 15 *.vcxproj
16 *.vcxproj.filters 16 *.vcxproj.filters
17 *.vpj 17 *.vpj
18 *.vpw 18 *.vpw
19 *.vpwhistu 19 *.vpwhistu
20 *.vtg 20 *.vtg
21 *.xcodeproj 21 *.xcodeproj
22 *~ 22 *~
23 .*.sw? 23 .*.sw?
24 .DS_Store 24 .DS_Store
25 .cproject 25 .cproject
26 .gdb_history 26 .gdb_history
27 .gdbinit 27 .gdbinit
28 .metadata 28 .metadata
29 .project 29 .project
30 gyp-mac-tool
Robert Sesek 2011/08/09 15:39:02 Should this be /gyp-mac-tool?
KushalP 2011/08/09 15:42:32 Not sure. Was a little confused from how v8.log an
Robert Sesek 2011/08/09 15:43:58 The files without a / can occur within any directo
30 tags 31 tags
31 Thumbs.db 32 Thumbs.db
32 v8.log 33 v8.log
33 /Makefile 34 /Makefile
34 /_out 35 /_out
35 /breakpad/src/ 36 /breakpad/src/
36 /build/Debug 37 /build/Debug
37 /build/Purify 38 /build/Purify
38 /build/Release 39 /build/Release
39 /build/util/support 40 /build/util/support
(...skipping 110 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