| 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 | 14 *.vcxproj |
| 15 *.vcxproj.filters | 15 *.vcxproj.filters |
| 16 *.vcxproj.user | 16 *.vcxproj.user |
| 17 .children | 17 .children |
| 18 .project | 18 .project |
| 19 *.so |
| 20 *.o |
| 19 | 21 |
| 20 # Generated files | 22 # Generated files |
| 21 /samples/third_party/dromaeo/tests/frog/ | 23 /samples/third_party/dromaeo/tests/frog/ |
| 22 /samples/third_party/dromaeo/index-js.html | 24 /samples/third_party/dromaeo/index-js.html |
| 23 | 25 |
| 24 # Build output directories | 26 # Build output directories |
| 25 out/ | 27 out/ |
| 26 war/ | 28 war/ |
| 27 bin/ | 29 bin/ |
| 28 client/outcode/ | 30 client/outcode/ |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 /client/fling/.settings | 84 /client/fling/.settings |
| 83 | 85 |
| 84 # Generated test files. | 86 # Generated test files. |
| 85 /generated_tests/ | 87 /generated_tests/ |
| 86 | 88 |
| 87 # Local GDB files. | 89 # Local GDB files. |
| 88 .gdb_history | 90 .gdb_history |
| 89 | 91 |
| 90 # Default dart2js output. | 92 # Default dart2js output. |
| 91 out.js | 93 out.js |
| OLD | NEW |