| 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 15 matching lines...) Expand all Loading... |
| 26 /client/dom/database | 26 /client/dom/database |
| 27 | 27 |
| 28 # Not sure what creates this | 28 # Not sure what creates this |
| 29 fixed_length_file_out | 29 fixed_length_file_out |
| 30 | 30 |
| 31 # third_party deps from svn | 31 # third_party deps from svn |
| 32 third_party/gyp/ | 32 third_party/gyp/ |
| 33 third_party/v8/ | 33 third_party/v8/ |
| 34 third_party/closure_compiler_src/ | 34 third_party/closure_compiler_src/ |
| 35 tests/co19/ | 35 tests/co19/ |
| 36 third_party/pyparsing/ | |
| 37 third_party/appengine-python/ | 36 third_party/appengine-python/ |
| 38 | 37 |
| 39 # Built by chromebot and downloaded from Google Storage | 38 # Built by chromebot and downloaded from Google Storage |
| 40 client/tests/drt | 39 client/tests/drt |
| 41 | 40 |
| 42 # Compiled python binaries | 41 # Compiled python binaries |
| 43 *.pyc | 42 *.pyc |
| 44 third_party/gsutil/*/gsutilc | 43 third_party/gsutil/*/gsutilc |
| 45 | 44 |
| 46 # temporary vim files | 45 # temporary vim files |
| (...skipping 10 matching lines...) Expand all Loading... |
| 57 # Fling generated files | 56 # Fling generated files |
| 58 /client/fling/.classpath | 57 /client/fling/.classpath |
| 59 /client/fling/.project | 58 /client/fling/.project |
| 60 /client/fling/.settings | 59 /client/fling/.settings |
| 61 | 60 |
| 62 # Generated test files. | 61 # Generated test files. |
| 63 /generated_tests/ | 62 /generated_tests/ |
| 64 | 63 |
| 65 # Local GDB files. | 64 # Local GDB files. |
| 66 .gdb_history | 65 .gdb_history |
| OLD | NEW |