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

Side by Side Diff: .gitignore

Issue 2635473002: Fasta dot files. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | .packages » ('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
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 *.rej 68 *.rej
69 69
70 # Generated files. 70 # Generated files.
71 tools/dartium/out 71 tools/dartium/out
72 tools/out 72 tools/out
73 tools/xcodebuild 73 tools/xcodebuild
74 editor/util/testing/mac/CodeLab.suite/Results 74 editor/util/testing/mac/CodeLab.suite/Results
75 editor/util/testing/mac/DartEditor.suite/Results 75 editor/util/testing/mac/DartEditor.suite/Results
76 editor/util/testing/mac/Samples.suite/Results 76 editor/util/testing/mac/Samples.suite/Results
77 .test-outcome.log 77 .test-outcome.log
78 /outline.dill
79 /generated/
80 /crash_logs/
OLDNEW
« no previous file with comments | « no previous file | .packages » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698