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

Side by Side Diff: .gitignore

Issue 2086153003: Add //base and //buildtools to DEPS (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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 | DEPS » ('j') | DEPS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # These ignores are auto-generated from the canonical svn ignore metadata 1 # These ignores are auto-generated from the canonical svn ignore metadata
zra 2016/06/22 15:49:09 This comment looks stale. Since you're in here wou
Cutch 2016/06/22 17:30:45 Done.
2 # using: 2 # using:
3 # 3 #
4 # $ git svn create-ignore 4 # $ git svn create-ignore
5 # 5 #
6 # Whenever possible, prefer creating ignores in svn and then generating them 6 # Whenever possible, prefer creating ignores in svn and then generating them
7 # to keep git in sync. 7 # to keep git in sync.
8 /.children 8 /.children
9 /.project 9 /.project
10 /Makefile 10 /Makefile
11 /base
11 /benchmarks 12 /benchmarks
12 /build 13 /buildtools
13 /ipch 14 /ipch
14 /out 15 /out
15 /xcodebuild 16 /xcodebuild
16 /.flaky.log 17 /.flaky.log
17 /.debug.log 18 /.debug.log
18 *.Makefile 19 *.Makefile
19 *.opensdf 20 *.opensdf
20 *.sdf 21 *.sdf
21 *.sln 22 *.sln
22 *.suo 23 *.suo
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 *.rej 76 *.rej
76 77
77 # Generated files. 78 # Generated files.
78 tools/dartium/out 79 tools/dartium/out
79 tools/out 80 tools/out
80 tools/xcodebuild 81 tools/xcodebuild
81 editor/util/testing/mac/CodeLab.suite/Results 82 editor/util/testing/mac/CodeLab.suite/Results
82 editor/util/testing/mac/DartEditor.suite/Results 83 editor/util/testing/mac/DartEditor.suite/Results
83 editor/util/testing/mac/Samples.suite/Results 84 editor/util/testing/mac/Samples.suite/Results
84 .test-outcome.log 85 .test-outcome.log
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698