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
16results.*/
17tmp/
18
19# This file is meant only for local testing
20private_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
34client/control
35client/results/
36client/tests/kvm/images
37client/tests/kvm/env
38client/tmp
39client/tests/kvm/*.cfg
40logs/*
41results-*
42results/*
43server/tmp
44tko/parsers/test/site_scenarios
45ExternalSource
46/frontend/client/www/
47/shadow_config.ini
48/site-packages/
49monitor_db.pid
50server/cros/chaos_shadow_ap_list.conf
51server/site_tests/network_WiFiChaosPSK/control.local
52
53# These exist on the production servers.
54bug_filing_oauth_credentials.dat
55gmail_api_credentials.dat
56creds/
57site_utils/autotest_private/
58site_utils/autotest_tools/
59site_utils/devserver/
60site_utils/buildbot_src/
61
62# Pupplylab files
63puppylab/Vagrantfile
64puppylab/chromeos_lab_core_cluster.box
65puppylab/.vagrant
66
67# Container directory
68containers/
69
70# Shadow config for ssp deploy
71ssp_deploy_shadow_config.json
72
73# Shadow config for perf dashboard
74tko/perf_upload/perf_dashboard_shadow_config.json
75