| 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 |
| 11 # TAGS | 11 # TAGS |
| 12 *TAGS | 12 *TAGS |
| 13 # Files created when running as a master. | |
| 14 master/Build-* | |
| 15 master/Canary-* | |
| 16 master/Housekeeper* | |
| 17 master/http* | |
| 18 master/Perf-* | |
| 19 master/state.sqlite* | |
| 20 master/Test-* | |
| 21 master/twistd* | |
| 22 master/git_poller_skia.git/ | |
| 23 master/slaves.cfgc | |
| 24 # Authentication files used by the buildbots. | |
| 25 .*_password | |
| 26 .*_username | |
| 27 site_config/*_password | |
| 28 site_config/*_username | |
| 29 .boto | |
| 30 # Files used by bugdroid. | 13 # Files used by bugdroid. |
| 31 .bugdroid_password | 14 .bugdroid_password |
| 32 services/bugdroid/bugdroid_log.txt | 15 services/bugdroid/bugdroid_log.txt |
| 33 # Data files used by webpages_playback.py | 16 # Data files used by webpages_playback.py |
| 34 slave/skia_slave_scripts/page_sets/data/* | |
| 35 # Third party files pulled by buildbot. | |
| 36 third_party/chromium_buildbot/* | |
| 37 third_party/chromium_buildbot_tot/* | |
| 38 third_party/chromium_trunk/* | |
| 39 third_party/depot_tools/* | |
| 40 third_party/src/* | |
| 41 tools/tests/factory_configuration/actual/ | |
| 42 # Eclipse project files | 17 # Eclipse project files |
| 43 .project | 18 .project |
| 44 .pydevproject | 19 .pydevproject |
| 45 # Server executables/config | 20 # Server executables/config |
| 46 golden/app/third_party | 21 golden/app/third_party |
| 47 perf/bqtoken.data | 22 perf/bqtoken.data |
| 48 perf/google_storage_token.data | 23 perf/google_storage_token.data |
| 49 perf/node_modules | 24 perf/node_modules |
| 50 perf/res/css/perf.css | 25 perf/res/css/perf.css |
| 51 perf/res/js/perf-debug.js | 26 perf/res/js/perf-debug.js |
| 52 perf/res/js/perf.js | 27 perf/res/js/perf.js |
| 53 perf/third_party | 28 perf/third_party |
| 54 perf/timestamp.json | 29 perf/timestamp.json |
| 55 # Ignore all SQLite databases, because tests will create their own unique ones. | 30 # Ignore all SQLite databases, because tests will create their own unique ones. |
| 56 *.db | 31 *.db |
| 32 # Logfiles from launched buildslaves. |
| 33 launch_slaves.log* |
| OLD | NEW |