Chromium Code Reviews| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 *.Makefile | |
| 2 *.gypcmd | |
| 3 *.mk | |
| 4 *.ncb | |
| 5 *.ninja | |
| 6 *.opensdf | |
| 7 *.props | |
| 8 *.pyc | |
| 9 *.rules | |
| 10 *.sdf | |
| 11 *.sln | |
| 12 *.suo | |
| 13 *.targets | |
| 14 *.user | |
| 15 *.vcproj | |
| 16 *.vcxproj | |
| 17 *.vcxproj.filters | |
| 18 *.vpj | |
| 19 *.vpw | |
| 20 *.vpwhistu | |
| 21 *.vtg | |
| 22 *.xcodeproj | |
| 23 *_proto.xml | |
| 24 *_proto_cpp.xml | |
| 25 *~ | |
| 26 !Android.mk | |
| 27 .*.sw? | |
| 28 .DS_Store | |
| 29 .classpath | |
| 30 .cproject | |
| 31 .gdb_history | |
| 32 .gdbinit | |
| 33 .metadata | |
| 34 .project | |
| 35 .pydevproject | |
| 36 # Settings directory for eclipse | |
| 37 /.settings | |
| 38 .checkstyle | |
| 39 cscope.* | |
| 40 Session.vim | |
| 41 tags | |
| 42 Thumbs.db | |
| 43 # Generated folders | |
| 44 /out | |
| 45 # Sublime Text Tags | |
| 46 .tags* | |
| 47 # Created when pulling in git deps. | |
| 48 /.gitdeps-cache | |
| 49 ################################################## | |
| 50 # Chrome folders we pull in from DEPS and GITDEPS | |
| 51 /base | |
| 52 /build | |
| 53 /buildtools | |
| 54 /testing | |
| 55 /tools | |
| 56 # Third party folders we pull in from DEPS | |
| 57 /third_party/protobuf | |
| OLD | NEW |