| 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 18 matching lines...) Expand all Loading... |
| 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 Loading... |
| 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/ |
| OLD | NEW |