| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 | 43 |
| 44 # pydev project file. | 44 # pydev project file. |
| 45 .pydevproject | 45 .pydevproject |
| 46 | 46 |
| 47 # From the Mac OS X Finder | 47 # From the Mac OS X Finder |
| 48 .DS_Store | 48 .DS_Store |
| 49 | 49 |
| 50 # Pub generated "packages" directories and files | 50 # Pub generated "packages" directories and files |
| 51 packages | 51 packages |
| 52 pubspec.lock | 52 pubspec.lock |
| 53 .packages | |
| 54 | 53 |
| 55 # Local pub storage | 54 # Local pub storage |
| 56 .pub | 55 .pub |
| 57 | 56 |
| 58 # Vim temporary swap files. | 57 # Vim temporary swap files. |
| 59 *.swp | 58 *.swp |
| 60 | 59 |
| 61 # Kate temporary files. | 60 # Kate temporary files. |
| 62 *~ | 61 *~ |
| 63 *.kate-swp | 62 *.kate-swp |
| 64 | 63 |
| 65 # Merge files. | 64 # Merge files. |
| 66 *.orig | 65 *.orig |
| 67 *.rej | 66 *.rej |
| 68 | 67 |
| 69 # Generated files. | 68 # Generated files. |
| 70 tools/dartium/out | 69 tools/dartium/out |
| 71 tools/out | 70 tools/out |
| 72 tools/xcodebuild | 71 tools/xcodebuild |
| 73 editor/util/testing/mac/CodeLab.suite/Results | 72 editor/util/testing/mac/CodeLab.suite/Results |
| 74 editor/util/testing/mac/DartEditor.suite/Results | 73 editor/util/testing/mac/DartEditor.suite/Results |
| 75 editor/util/testing/mac/Samples.suite/Results | 74 editor/util/testing/mac/Samples.suite/Results |
| 76 .test-outcome.log | 75 .test-outcome.log |
| OLD | NEW |