| OLD | NEW |
| 1 # Generated build files (runhooks) | 1 # Generated build files (runhooks) |
| 2 Makefile | 2 Makefile |
| 3 *.Makefile | 3 *.Makefile |
| 4 *.mk | 4 *.mk |
| 5 *.xcodeproj | 5 *.xcodeproj |
| 6 xcodebuild | 6 xcodebuild |
| 7 /compiler/*sources.gypi | 7 /compiler/*sources.gypi |
| 8 /compiler/*sources.xml | 8 /compiler/*sources.xml |
| 9 /client/build.gypi | 9 /client/build.gypi |
| 10 /client/dart_server.* | 10 /client/dart_server.* |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 | 50 |
| 51 # Not sure what creates this | 51 # Not sure what creates this |
| 52 fixed_length_file_out | 52 fixed_length_file_out |
| 53 | 53 |
| 54 # Third party deps from gclient. | 54 # Third party deps from gclient. |
| 55 /third_party/gyp/ | 55 /third_party/gyp/ |
| 56 /third_party/v8/ | 56 /third_party/v8/ |
| 57 /third_party/closure_compiler_src/ | 57 /third_party/closure_compiler_src/ |
| 58 /tests/co19/src/ | 58 /tests/co19/src/ |
| 59 /third_party/cygwin/ | 59 /third_party/cygwin/ |
| 60 /third_party/android_tools/ |
| 60 | 61 |
| 61 # Built by chromebot and downloaded from Google Storage | 62 # Built by chromebot and downloaded from Google Storage |
| 62 client/tests/drt | 63 client/tests/drt |
| 63 | 64 |
| 64 # Compiled python binaries | 65 # Compiled python binaries |
| 65 *.pyc | 66 *.pyc |
| 66 third_party/gsutil/*/gsutilc | 67 third_party/gsutil/*/gsutilc |
| 67 | 68 |
| 68 # Temporary vim files | 69 # Temporary vim files |
| 69 *.swo | 70 *.swo |
| (...skipping 13 matching lines...) Expand all Loading... |
| 83 /client/fling/.project | 84 /client/fling/.project |
| 84 /client/fling/.settings | 85 /client/fling/.settings |
| 85 | 86 |
| 86 # Generated test files. | 87 # Generated test files. |
| 87 /generated_tests/ | 88 /generated_tests/ |
| 88 | 89 |
| 89 # Local GDB files. | 90 # Local GDB files. |
| 90 .gdb_history | 91 .gdb_history |
| 91 | 92 |
| 92 # Default dart2js output. | 93 # Default dart2js output. |
| 93 out.js | 94 out.js |
| OLD | NEW |