Darin Petkov | c0d9dcf | 2009-12-23 12:45:59 -0800 | [diff] [blame] | 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 |
Alexey Marinichev | 31e4e5d | 2010-02-17 11:05:44 -0800 | [diff] [blame] | 8 | *.[aod] |
Darin Petkov | c0d9dcf | 2009-12-23 12:45:59 -0800 | [diff] [blame] | 9 | *.la |
| 10 | *.lo |
| 11 | *.pyc |
| 12 | *.so |
| 13 | *~ |
| 14 | |
| 15 | # Anything created as a result of running a test |
| 16 | results.*/ |
| 17 | tmp/ |
Ken Mixter | 768fe64 | 2010-04-30 17:12:04 -0700 | [diff] [blame] | 18 | |
| 19 | # This file is meant only for local testing |
| 20 | private_host_attributes_config.py |
Eric Li | e0493a4 | 2010-11-15 13:05:43 -0800 | [diff] [blame] | 21 | |
| 22 | # default svn:ignore property: |
Eric Li | 861b2d5 | 2011-02-04 14:50:35 -0800 | [diff] [blame] | 23 | *.o |
| 24 | #*# |
Eric Li | e0493a4 | 2010-11-15 13:05:43 -0800 | [diff] [blame] | 25 | .*.rej |
| 26 | *.rej |
| 27 | .*~ |
| 28 | *~ |
| 29 | .#* |
| 30 | .DS_Store. |
| 31 | # additional patterns: |
Eric Li | 861b2d5 | 2011-02-04 14:50:35 -0800 | [diff] [blame] | 32 | *.pyc |
Eric Li | e0493a4 | 2010-11-15 13:05:43 -0800 | [diff] [blame] | 33 | client/control |
| 34 | client/results/ |
| 35 | client/tests/kvm/images |
| 36 | client/tests/kvm/env |
| 37 | client/tmp |
| 38 | client/tests/kvm/*.cfg |
Eric Li | 861b2d5 | 2011-02-04 14:50:35 -0800 | [diff] [blame] | 39 | server/tmp |
| 40 | tko/parsers/test/site_scenarios |
| 41 | ExternalSource |