1 # 2 # NOTE! Please use 'git ls-files -i --exclude-standard' 3 # command after changing this file, to see if there are 4 # any tracked files which get ignored after the change. 5 # 6 7 # Standard ignores 8 *.[aod] 9 *.la 10 *.lo 11 *.pyc 12 *.so 13 *~ 14 15 # Anything created as a result of running a test 16 results.*/ 17 tmp/ 18 19 # This file is meant only for local testing 20 private_host_attributes_config.py 21 22 # default svn:ignore property: 23 *.o 24 #*# 25 .*.rej 26 *.rej 27 .*~ 28 *~ 29 .*.swp 30 .#* 31 .DS_Store. 32 # additional patterns: 33 *.pyc 34 client/control 35 client/results/ 36 client/tests/kvm/images 37 client/tests/kvm/env 38 client/tmp 39 client/tests/kvm/*.cfg 40 logs/* 41 results-* 42 results/* 43 server/tmp 44 tko/parsers/test/site_scenarios 45 ExternalSource 46 /frontend/client/www/ 47 /shadow_config.ini 48 /site-packages/ 49 monitor_db.pid 50 server/cros/chaos_shadow_ap_list.conf 51 server/site_tests/network_WiFiChaosPSK/control.local 52 53 # These exist on the production servers. 54 bug_filing_oauth_credentials.dat 55 gmail_api_credentials.dat 56 creds/ 57 site_utils/autotest_private/ 58 site_utils/autotest_tools/ 59 site_utils/devserver/ 60 site_utils/buildbot_src/ 61 62 # Pupplylab files 63 puppylab/Vagrantfile 64 puppylab/chromeos_lab_core_cluster.box 65 puppylab/.vagrant 66 67 # Container directory 68 containers/ 69 70 # Shadow config for ssp deploy 71 ssp_deploy_shadow_config.json 72 73 # Shadow config for perf dashboard 74 tko/perf_upload/perf_dashboard_shadow_config.json 75