OLD | NEW |
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 20 matching lines...) Expand all Loading... |
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 .clang_complete |
40 | 40 |
| 41 # VSCode project files |
| 42 .vscode |
| 43 .history |
| 44 |
41 # Built by chromebot and downloaded from Google Storage | 45 # Built by chromebot and downloaded from Google Storage |
42 client/tests/drt | 46 client/tests/drt |
43 | 47 |
44 # Compiled python binaries | 48 # Compiled python binaries |
45 *.pyc | 49 *.pyc |
46 | 50 |
47 # pydev project file. | 51 # pydev project file. |
48 .pydevproject | 52 .pydevproject |
49 | 53 |
50 # From the Mac OS X Finder | 54 # From the Mac OS X Finder |
(...skipping 21 matching lines...) Expand all Loading... |
72 tools/dartium/out | 76 tools/dartium/out |
73 tools/out | 77 tools/out |
74 tools/xcodebuild | 78 tools/xcodebuild |
75 editor/util/testing/mac/CodeLab.suite/Results | 79 editor/util/testing/mac/CodeLab.suite/Results |
76 editor/util/testing/mac/DartEditor.suite/Results | 80 editor/util/testing/mac/DartEditor.suite/Results |
77 editor/util/testing/mac/Samples.suite/Results | 81 editor/util/testing/mac/Samples.suite/Results |
78 .test-outcome.log | 82 .test-outcome.log |
79 /outline.dill | 83 /outline.dill |
80 /generated/ | 84 /generated/ |
81 /crash_logs/ | 85 /crash_logs/ |
OLD | NEW |