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 23 matching lines...) Expand all Loading... | |
34 third_party/closure_compiler_src/ | 34 third_party/closure_compiler_src/ |
35 tests/co19/src/ | 35 tests/co19/src/ |
36 | 36 |
37 # Built by chromebot and downloaded from Google Storage | 37 # Built by chromebot and downloaded from Google Storage |
38 client/tests/drt | 38 client/tests/drt |
39 | 39 |
40 # Compiled python binaries | 40 # Compiled python binaries |
41 *.pyc | 41 *.pyc |
42 third_party/gsutil/*/gsutilc | 42 third_party/gsutil/*/gsutilc |
43 | 43 |
44 # temporary vim files | 44 # Temporary vim files |
45 *.swo | 45 *.swo |
46 *.swp | 46 *.swp |
47 | 47 |
48 # Emacs backup files | |
49 *~ | |
Søren Gjesse
2012/02/29 10:23:53
How about adding the auto-save files as well (#*#)
ahe
2012/02/29 10:25:30
I'd rather if you don't. It helps me see if there
| |
50 | |
48 /compiler/eclipse.workspace/tests/output/ | 51 /compiler/eclipse.workspace/tests/output/ |
49 /compiler/eclipse.workspace/dartc/output/ | 52 /compiler/eclipse.workspace/dartc/output/ |
50 /compiler/eclipse.workspace/rhino/output/ | 53 /compiler/eclipse.workspace/rhino/output/ |
51 /compiler/eclipse.workspace/tests/output/ | 54 /compiler/eclipse.workspace/tests/output/ |
52 /corelib/tests/corelib/src/generated/ | 55 /corelib/tests/corelib/src/generated/ |
53 | 56 |
54 # Fling generated files | 57 # Fling generated files |
55 /client/fling/.classpath | 58 /client/fling/.classpath |
56 /client/fling/.project | 59 /client/fling/.project |
57 /client/fling/.settings | 60 /client/fling/.settings |
58 | 61 |
59 # Generated test files. | 62 # Generated test files. |
60 /generated_tests/ | 63 /generated_tests/ |
61 | 64 |
62 # Local GDB files. | 65 # Local GDB files. |
63 .gdb_history | 66 .gdb_history |
OLD | NEW |