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

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: zra review 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') | no next file with comments »
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 # Build artifacts and dependencies.
2 # using:
3 #
4 # $ git svn create-ignore
5 #
6 # Whenever possible, prefer creating ignores in svn and then generating them
7 # to keep git in sync.
8 /.children 2 /.children
9 /.project 3 /.project
10 /Makefile 4 /Makefile
5 /base
11 /benchmarks 6 /benchmarks
12 /build 7 /buildtools
13 /ipch 8 /ipch
14 /out 9 /out
15 /xcodebuild 10 /xcodebuild
16 /.flaky.log 11 /.flaky.log
17 /.debug.log 12 /.debug.log
18 *.Makefile 13 *.Makefile
19 *.opensdf 14 *.opensdf
20 *.sdf 15 *.sdf
21 *.sln 16 *.sln
22 *.suo 17 *.suo
23 *.target.mk 18 *.target.mk
24 *.host.mk 19 *.host.mk
25 *.vcproj 20 *.vcproj
26 *.vcxproj 21 *.vcxproj
27 *.vcxproj.filters 22 *.vcxproj.filters
28 /*.vcxproj.user 23 /*.vcxproj.user
29 24
30 # End generated ignores. The following are hand-added because the svn:ignore
31 # stuff doesn't handle them well.
32
33 # Gyp generated files 25 # Gyp generated files
34 *.xcodeproj 26 *.xcodeproj
35 *.intermediate 27 *.intermediate
36 28
37 # Eclipse config files - also in all subdirectories. 29 # Eclipse config files - also in all subdirectories.
38 .children 30 .children
39 .project 31 .project
40 .settings 32 .settings
41 33
42 # IntelliJ project files 34 # IntelliJ project files
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 *.rej 67 *.rej
76 68
77 # Generated files. 69 # Generated files.
78 tools/dartium/out 70 tools/dartium/out
79 tools/out 71 tools/out
80 tools/xcodebuild 72 tools/xcodebuild
81 editor/util/testing/mac/CodeLab.suite/Results 73 editor/util/testing/mac/CodeLab.suite/Results
82 editor/util/testing/mac/DartEditor.suite/Results 74 editor/util/testing/mac/DartEditor.suite/Results
83 editor/util/testing/mac/Samples.suite/Results 75 editor/util/testing/mac/Samples.suite/Results
84 .test-outcome.log 76 .test-outcome.log
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698