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

Side by Side Diff: .gitignore

Issue 2646443005: Track async causal stack traces (Closed)
Patch Set: rebase Created 3 years, 10 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 | runtime/lib/async_patch.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 # 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 18 matching lines...) Expand all
29 29
30 # Eclipse config files - also in all subdirectories. 30 # Eclipse config files - also in all subdirectories.
31 .children 31 .children
32 .project 32 .project
33 .settings 33 .settings
34 34
35 # IntelliJ project files 35 # IntelliJ project files
36 *.iml 36 *.iml
37 .idea 37 .idea
38 CMakeLists.txt 38 CMakeLists.txt
39 .clang_complete
39 40
40 # Built by chromebot and downloaded from Google Storage 41 # Built by chromebot and downloaded from Google Storage
41 client/tests/drt 42 client/tests/drt
42 43
43 # Compiled python binaries 44 # Compiled python binaries
44 *.pyc 45 *.pyc
45 46
46 # pydev project file. 47 # pydev project file.
47 .pydevproject 48 .pydevproject
48 49
(...skipping 22 matching lines...) Expand all
71 tools/dartium/out 72 tools/dartium/out
72 tools/out 73 tools/out
73 tools/xcodebuild 74 tools/xcodebuild
74 editor/util/testing/mac/CodeLab.suite/Results 75 editor/util/testing/mac/CodeLab.suite/Results
75 editor/util/testing/mac/DartEditor.suite/Results 76 editor/util/testing/mac/DartEditor.suite/Results
76 editor/util/testing/mac/Samples.suite/Results 77 editor/util/testing/mac/Samples.suite/Results
77 .test-outcome.log 78 .test-outcome.log
78 /outline.dill 79 /outline.dill
79 /generated/ 80 /generated/
80 /crash_logs/ 81 /crash_logs/
OLDNEW
« no previous file with comments | « no previous file | runtime/lib/async_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698