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*~ 14tags 15 16# Anything created as a result of running a test 17results.*/ 18tmp/ 19 20# This file is meant only for local testing 21private_host_attributes_config.py 22 23# default svn:ignore property: 24*.o 25#*# 26.*.rej 27*.rej 28.*~ 29*~ 30.*.swp 31.#* 32.DS_Store. 33# additional patterns: 34*.pyc 35client/control 36client/results/ 37client/tests/kvm/images 38client/tests/kvm/env 39client/tmp 40client/tests/kvm/*.cfg 41logs/* 42results-* 43results/* 44server/tmp 45tko/parsers/test/site_scenarios 46tko/tko_pb2.py 47ExternalSource 48/frontend/client/www/ 49/shadow_config.ini 50/shadow_config.param.ini 51/site-packages/ 52monitor_db.pid 53server/cros/chaos_shadow_ap_list.conf 54server/site_tests/network_WiFiChaosPSK/control.local 55manifest-versions 56server/cros/bluetooth/LATEST_STABLE_AUTOTEST_COMMIT 57contrib/config/ 58 59# These exist on the production servers. 60bug_filing_oauth_credentials.dat 61gmail_api_credentials.dat 62creds/ 63site_utils/autotest_private/ 64site_utils/autotest_tools/ 65site_utils/devserver/ 66site_utils/buildbot_src/ 67 68# Container directory 69containers/ 70 71# Shadow config for ssp deploy 72ssp_deploy_shadow_config.json 73 74# Shadow config for perf dashboard 75tko/perf_upload/perf_dashboard_shadow_config.json 76 77# HWID key file used by site_utils/hwid_lib.py 78hwid_key 79 80# Present on Skylab drones 81/swarming_state/ 82 83# Nested checkout 84server/cros/faft/fw-testing-configs/ 85 86.idea 87.vscode 88.cipd_bin 89 90autotest.iml