| 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 22 matching lines...) Expand all Loading... |
| 33 /lib/dom/generated | 33 /lib/dom/generated |
| 34 /lib/html/generated | 34 /lib/html/generated |
| 35 | 35 |
| 36 # Not sure what creates this | 36 # Not sure what creates this |
| 37 fixed_length_file_out | 37 fixed_length_file_out |
| 38 | 38 |
| 39 # third_party deps from svn | 39 # third_party deps from svn |
| 40 third_party/gyp/ | 40 third_party/gyp/ |
| 41 third_party/v8/ | 41 third_party/v8/ |
| 42 third_party/closure_compiler_src/ | 42 third_party/closure_compiler_src/ |
| 43 third_party/WebCore/ | |
| 44 tests/co19/src/ | 43 tests/co19/src/ |
| 45 | 44 |
| 46 # Built by chromebot and downloaded from Google Storage | 45 # Built by chromebot and downloaded from Google Storage |
| 47 client/tests/drt | 46 client/tests/drt |
| 48 | 47 |
| 49 # Compiled python binaries | 48 # Compiled python binaries |
| 50 *.pyc | 49 *.pyc |
| 51 third_party/gsutil/*/gsutilc | 50 third_party/gsutil/*/gsutilc |
| 52 | 51 |
| 53 # Temporary vim files | 52 # Temporary vim files |
| (...skipping 12 matching lines...) Expand all Loading... |
| 66 # Fling generated files | 65 # Fling generated files |
| 67 /client/fling/.classpath | 66 /client/fling/.classpath |
| 68 /client/fling/.project | 67 /client/fling/.project |
| 69 /client/fling/.settings | 68 /client/fling/.settings |
| 70 | 69 |
| 71 # Generated test files. | 70 # Generated test files. |
| 72 /generated_tests/ | 71 /generated_tests/ |
| 73 | 72 |
| 74 # Local GDB files. | 73 # Local GDB files. |
| 75 .gdb_history | 74 .gdb_history |
| OLD | NEW |