| 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 | 11 |
| 12 # Stuff the appengine server needs copied locally from third_party | 12 # Stuff the appengine server needs copied locally from third_party |
| 13 /client/samples/swarm/appengine/httplib2/ | 13 /client/samples/swarm/appengine/httplib2/ |
| 14 /client/samples/swarm/appengine/oauth2client/ | 14 /client/samples/swarm/appengine/oauth2client/ |
| 15 | 15 |
| 16 # Build output directories | 16 # Build output directories |
| 17 out/ | 17 out/ |
| 18 war/ | 18 war/ |
| 19 bin/ | 19 bin/ |
| 20 client/outcode/ | 20 client/outcode/ |
| 21 | 21 |
| 22 # Swarm sample app output directory | 22 # Swarm sample app output directory |
| 23 /client/outcode | 23 /client/outcode |
| 24 | 24 |
| 25 # Generated dom idl database | 25 # Generated dom idl database |
| 26 /client/dom/database | 26 /client/dom/database |
| 27 # Generated dom and html classes |
| 28 /client/dom/generated |
| 29 /client/html/generated |
| 27 | 30 |
| 28 # Not sure what creates this | 31 # Not sure what creates this |
| 29 fixed_length_file_out | 32 fixed_length_file_out |
| 30 | 33 |
| 31 # third_party deps from svn | 34 # third_party deps from svn |
| 32 third_party/gyp/ | 35 third_party/gyp/ |
| 33 third_party/v8/ | 36 third_party/v8/ |
| 34 third_party/closure_compiler_src/ | 37 third_party/closure_compiler_src/ |
| 35 tests/co19/src/ | 38 tests/co19/src/ |
| 36 | 39 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 57 # Fling generated files | 60 # Fling generated files |
| 58 /client/fling/.classpath | 61 /client/fling/.classpath |
| 59 /client/fling/.project | 62 /client/fling/.project |
| 60 /client/fling/.settings | 63 /client/fling/.settings |
| 61 | 64 |
| 62 # Generated test files. | 65 # Generated test files. |
| 63 /generated_tests/ | 66 /generated_tests/ |
| 64 | 67 |
| 65 # Local GDB files. | 68 # Local GDB files. |
| 66 .gdb_history | 69 .gdb_history |
| OLD | NEW |