OLD | NEW |
1 # commonly generated files | 1 # commonly generated files |
2 *.pyc | 2 *.pyc |
3 *~ | 3 *~ |
4 .*.sw? | 4 .*.sw? |
5 .DS_Store | 5 .DS_Store |
6 .classpath | 6 .classpath |
7 .cproject | 7 .cproject |
8 .gdb_history | 8 .gdb_history |
9 .gdbinit | 9 .gdbinit |
10 .landmines | 10 .landmines |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 # sky tools | 101 # sky tools |
102 /sky/tools/skygo/linux64/sky_server | 102 /sky/tools/skygo/linux64/sky_server |
103 /sky/tools/skygo/mac/sky_server | 103 /sky/tools/skygo/mac/sky_server |
104 | 104 |
105 # downloaded keyboard_native resources. | 105 # downloaded keyboard_native resources. |
106 /services/keyboard_native/res/*.png | 106 /services/keyboard_native/res/*.png |
107 | 107 |
108 # breakpad tool | 108 # breakpad tool |
109 /mojo/tools/linux64/dump_syms | 109 /mojo/tools/linux64/dump_syms |
110 /mojo/tools/linux64/symupload | 110 /mojo/tools/linux64/symupload |
| 111 |
| 112 # downloaded prediction dictionary files. |
| 113 /services/prediction/res/*.dict |
OLD | NEW |