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

Side by Side Diff: .gitignore

Issue 2541123006: Fuchsia: Adds a script to download the prebuilt SDK (Closed)
Patch Set: Fix python script Created 4 years 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
« no previous file with comments | « no previous file | runtime/tools/create_archive.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Build artifacts and dependencies. 1 # Build artifacts and dependencies.
2 /.children 2 /.children
3 /.project 3 /.project
4 /Makefile 4 /Makefile
5 /base 5 /base
6 /benchmarks 6 /benchmarks
7 /buildtools 7 /buildtools
8 /ipch 8 /ipch
9 /out 9 /out
10 /xcodebuild 10 /xcodebuild
11 /.flaky.log 11 /.flaky.log
12 /.debug.log 12 /.debug.log
13 *.Makefile 13 *.Makefile
14 *.opensdf 14 *.opensdf
15 *.sdf 15 *.sdf
16 *.sln 16 *.sln
17 *.suo 17 *.suo
18 *.target.mk 18 *.target.mk
19 *.host.mk 19 *.host.mk
20 *.vcproj 20 *.vcproj
21 *.vcxproj 21 *.vcxproj
22 *.vcxproj.filters 22 *.vcxproj.filters
23 /*.vcxproj.user 23 /*.vcxproj.user
24 *.stamp
24 25
25 # Gyp generated files 26 # Gyp generated files
26 *.xcodeproj 27 *.xcodeproj
27 *.intermediate 28 *.intermediate
28 29
29 # Eclipse config files - also in all subdirectories. 30 # Eclipse config files - also in all subdirectories.
30 .children 31 .children
31 .project 32 .project
32 .settings 33 .settings
33 34
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 *.rej 68 *.rej
68 69
69 # Generated files. 70 # Generated files.
70 tools/dartium/out 71 tools/dartium/out
71 tools/out 72 tools/out
72 tools/xcodebuild 73 tools/xcodebuild
73 editor/util/testing/mac/CodeLab.suite/Results 74 editor/util/testing/mac/CodeLab.suite/Results
74 editor/util/testing/mac/DartEditor.suite/Results 75 editor/util/testing/mac/DartEditor.suite/Results
75 editor/util/testing/mac/Samples.suite/Results 76 editor/util/testing/mac/Samples.suite/Results
76 .test-outcome.log 77 .test-outcome.log
OLDNEW
« no previous file with comments | « no previous file | runtime/tools/create_archive.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698