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 |