| 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 16 matching lines...) Expand all Loading... |
| 27 *.intermediate | 27 *.intermediate |
| 28 | 28 |
| 29 # Eclipse config files - also in all subdirectories. | 29 # Eclipse config files - also in all subdirectories. |
| 30 .children | 30 .children |
| 31 .project | 31 .project |
| 32 .settings | 32 .settings |
| 33 | 33 |
| 34 # IntelliJ project files | 34 # IntelliJ project files |
| 35 *.iml | 35 *.iml |
| 36 .idea | 36 .idea |
| 37 CMakeLists.txt |
| 37 | 38 |
| 38 # Built by chromebot and downloaded from Google Storage | 39 # Built by chromebot and downloaded from Google Storage |
| 39 client/tests/drt | 40 client/tests/drt |
| 40 | 41 |
| 41 # Compiled python binaries | 42 # Compiled python binaries |
| 42 *.pyc | 43 *.pyc |
| 43 | 44 |
| 44 # pydev project file. | 45 # pydev project file. |
| 45 .pydevproject | 46 .pydevproject |
| 46 | 47 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 66 *.rej | 67 *.rej |
| 67 | 68 |
| 68 # Generated files. | 69 # Generated files. |
| 69 tools/dartium/out | 70 tools/dartium/out |
| 70 tools/out | 71 tools/out |
| 71 tools/xcodebuild | 72 tools/xcodebuild |
| 72 editor/util/testing/mac/CodeLab.suite/Results | 73 editor/util/testing/mac/CodeLab.suite/Results |
| 73 editor/util/testing/mac/DartEditor.suite/Results | 74 editor/util/testing/mac/DartEditor.suite/Results |
| 74 editor/util/testing/mac/Samples.suite/Results | 75 editor/util/testing/mac/Samples.suite/Results |
| 75 .test-outcome.log | 76 .test-outcome.log |
| OLD | NEW |