OLD | NEW |
1 # Compiled python files. | 1 # Compiled python files. |
2 *.pyc | 2 *.pyc |
3 # Files open in vi. | 3 # Files open in vi. |
4 *.swp | 4 *.swp |
5 # Compiled cfg files. | 5 # Compiled cfg files. |
6 *.cfgc | 6 *.cfgc |
7 # gclient files | 7 # gclient files |
8 .gclient* | 8 .gclient* |
9 # common code | 9 # common code |
10 common | 10 common |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 monitoring/third_party | 47 monitoring/third_party |
48 push/google_storage_token.data | 48 push/google_storage_token.data |
49 push/third_party | 49 push/third_party |
50 push/node_modules | 50 push/node_modules |
51 push/res/vul | 51 push/res/vul |
52 push/res/imp/bower_components | 52 push/res/imp/bower_components |
53 push/res/js/core.js | 53 push/res/js/core.js |
54 push/res/js/core-debug.js | 54 push/res/js/core-debug.js |
55 push/res/imp/bower_components | 55 push/res/imp/bower_components |
56 push/res/common | 56 push/res/common |
57 # Ignore all SQLite databases, because tests will create their own unique ones. | |
58 *.db | |
59 # Logfiles from launched buildslaves. | 57 # Logfiles from launched buildslaves. |
60 launch_slaves.log* | 58 launch_slaves.log* |
OLD | NEW |