| 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.* |
| 11 *.vcproj | 11 *.vcproj |
| 12 *.sln | 12 *.sln |
| 13 *.ncb | 13 *.ncb |
| 14 *.vcxproj |
| 15 *.vcxproj.filters |
| 16 *.vcxproj.user |
| 17 .children |
| 18 .project |
| 14 | 19 |
| 15 # Generated files | 20 # Generated files |
| 16 /samples/third_party/dromaeo/tests/frog/ | 21 /samples/third_party/dromaeo/tests/frog/ |
| 17 /samples/third_party/dromaeo/index-js.html | 22 /samples/third_party/dromaeo/index-js.html |
| 18 | 23 |
| 19 # Build output directories | 24 # Build output directories |
| 20 out/ | 25 out/ |
| 21 war/ | 26 war/ |
| 22 bin/ | 27 bin/ |
| 23 client/outcode/ | 28 client/outcode/ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 37 | 42 |
| 38 # Generated dom idl database | 43 # Generated dom idl database |
| 39 /lib/dom/database | 44 /lib/dom/database |
| 40 # Generated dom and html classes | 45 # Generated dom and html classes |
| 41 /lib/dom/generated | 46 /lib/dom/generated |
| 42 /lib/html/generated | 47 /lib/html/generated |
| 43 | 48 |
| 44 # Not sure what creates this | 49 # Not sure what creates this |
| 45 fixed_length_file_out | 50 fixed_length_file_out |
| 46 | 51 |
| 47 # third_party deps from svn | 52 # Third party deps from gclient. |
| 48 third_party/gyp/ | 53 /third_party/gyp/ |
| 49 third_party/v8/ | 54 /third_party/v8/ |
| 50 third_party/closure_compiler_src/ | 55 /third_party/closure_compiler_src/ |
| 51 tests/co19/src/ | 56 /tests/co19/src/ |
| 57 /third_party/cygwin/ |
| 52 | 58 |
| 53 # Built by chromebot and downloaded from Google Storage | 59 # Built by chromebot and downloaded from Google Storage |
| 54 client/tests/drt | 60 client/tests/drt |
| 55 | 61 |
| 56 # Compiled python binaries | 62 # Compiled python binaries |
| 57 *.pyc | 63 *.pyc |
| 58 third_party/gsutil/*/gsutilc | 64 third_party/gsutil/*/gsutilc |
| 59 | 65 |
| 60 # Temporary vim files | 66 # Temporary vim files |
| 61 *.swo | 67 *.swo |
| (...skipping 11 matching lines...) Expand all Loading... |
| 73 # Fling generated files | 79 # Fling generated files |
| 74 /client/fling/.classpath | 80 /client/fling/.classpath |
| 75 /client/fling/.project | 81 /client/fling/.project |
| 76 /client/fling/.settings | 82 /client/fling/.settings |
| 77 | 83 |
| 78 # Generated test files. | 84 # Generated test files. |
| 79 /generated_tests/ | 85 /generated_tests/ |
| 80 | 86 |
| 81 # Local GDB files. | 87 # Local GDB files. |
| 82 .gdb_history | 88 .gdb_history |
| 89 |
| 90 # Default dart2js output. |
| 91 out.js |
| OLD | NEW |