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 | 14 |
15 # Generated files | 15 # Generated files |
16 /samples/third_party/dromaeo/tests/frog/ | 16 /samples/third_party/dromaeo/tests/frog/ |
17 /samples/third_party/dromaeo/index-js.html | 17 /samples/third_party/dromaeo/index-js.html |
18 | 18 |
19 # Build output directories | 19 # Build output directories |
20 out/ | 20 out/ |
21 war/ | 21 war/ |
22 bin/ | 22 bin/ |
23 client/outcode/ | 23 client/outcode/ |
24 Release_*/ | 24 DebugIA32/ |
25 Debug_*/ | 25 Debug/ |
| 26 DebugARM/ |
| 27 DebugSIMARM/ |
| 28 DebugX64/ |
| 29 Release/ |
| 30 ReleaseARM/ |
| 31 ReleaseIA32/ |
| 32 ReleaseSIMARM/ |
| 33 ReleaseX64/ |
26 | 34 |
27 # Swarm sample app output directory | 35 # Swarm sample app output directory |
28 /client/outcode | 36 /client/outcode |
29 | 37 |
30 # Generated dom idl database | 38 # Generated dom idl database |
31 /lib/dom/database | 39 /lib/dom/database |
32 # Generated dom and html classes | 40 # Generated dom and html classes |
33 /lib/dom/generated | 41 /lib/dom/generated |
34 /lib/html/generated | 42 /lib/html/generated |
35 | 43 |
(...skipping 29 matching lines...) Expand all Loading... |
65 # Fling generated files | 73 # Fling generated files |
66 /client/fling/.classpath | 74 /client/fling/.classpath |
67 /client/fling/.project | 75 /client/fling/.project |
68 /client/fling/.settings | 76 /client/fling/.settings |
69 | 77 |
70 # Generated test files. | 78 # Generated test files. |
71 /generated_tests/ | 79 /generated_tests/ |
72 | 80 |
73 # Local GDB files. | 81 # Local GDB files. |
74 .gdb_history | 82 .gdb_history |
OLD | NEW |