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 /client/dom/generated | 33 /client/dom/generated |
34 /client/html/generated | 34 /client/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/ |
43 tests/co19/src/ | 44 tests/co19/src/ |
44 | 45 |
45 # Built by chromebot and downloaded from Google Storage | 46 # Built by chromebot and downloaded from Google Storage |
46 client/tests/drt | 47 client/tests/drt |
47 | 48 |
48 # Compiled python binaries | 49 # Compiled python binaries |
49 *.pyc | 50 *.pyc |
50 third_party/gsutil/*/gsutilc | 51 third_party/gsutil/*/gsutilc |
51 | 52 |
52 # Temporary vim files | 53 # Temporary vim files |
(...skipping 12 matching lines...) Expand all Loading... |
65 # Fling generated files | 66 # Fling generated files |
66 /client/fling/.classpath | 67 /client/fling/.classpath |
67 /client/fling/.project | 68 /client/fling/.project |
68 /client/fling/.settings | 69 /client/fling/.settings |
69 | 70 |
70 # Generated test files. | 71 # Generated test files. |
71 /generated_tests/ | 72 /generated_tests/ |
72 | 73 |
73 # Local GDB files. | 74 # Local GDB files. |
74 .gdb_history | 75 .gdb_history |
OLD | NEW |