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

Side by Side Diff: .gitignore

Issue 1318813007: modify MemoryResourceProvider to support windows pathContext for testing #24000 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: merge Created 5 years, 3 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 | pkg/analyzer/lib/file_system/memory_file_system.dart » ('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 # These ignores are auto-generated from the canonical svn ignore metadata
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
(...skipping 16 matching lines...) Expand all
27 *.vcxproj.filters 27 *.vcxproj.filters
28 /*.vcxproj.user 28 /*.vcxproj.user
29 29
30 # End generated ignores. The following are hand-added because the svn:ignore 30 # End generated ignores. The following are hand-added because the svn:ignore
31 # stuff doesn't handle them well. 31 # stuff doesn't handle them well.
32 32
33 # Gyp generated files 33 # Gyp generated files
34 *.xcodeproj 34 *.xcodeproj
35 *.intermediate 35 *.intermediate
36 36
37 # Dart Editor config files - also in all subdirectories. 37 # Eclipse config files - also in all subdirectories.
38 .children 38 .children
39 .project 39 .project
40 .settings
40 41
41 # IntelliJ project files 42 # IntelliJ project files
42 *.iml 43 *.iml
43 .idea 44 .idea
44 45
45 # Built by chromebot and downloaded from Google Storage 46 # Built by chromebot and downloaded from Google Storage
46 client/tests/drt 47 client/tests/drt
47 48
48 # Compiled python binaries 49 # Compiled python binaries
49 *.pyc 50 *.pyc
(...skipping 23 matching lines...) Expand all
73 *.orig 74 *.orig
74 *.rej 75 *.rej
75 76
76 # Generated files. 77 # Generated files.
77 tools/out 78 tools/out
78 tools/xcodebuild 79 tools/xcodebuild
79 editor/util/testing/mac/CodeLab.suite/Results 80 editor/util/testing/mac/CodeLab.suite/Results
80 editor/util/testing/mac/DartEditor.suite/Results 81 editor/util/testing/mac/DartEditor.suite/Results
81 editor/util/testing/mac/Samples.suite/Results 82 editor/util/testing/mac/Samples.suite/Results
82 .test-outcome.log 83 .test-outcome.log
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/lib/file_system/memory_file_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698