| OLD | NEW |
| 1 # | 1 # |
| 2 # NOTE! Please use 'git ls-files -i --exclude-standard' | 2 # NOTE! Please use 'git ls-files -i --exclude-standard' |
| 3 # command after changing this file, to see if there are | 3 # command after changing this file, to see if there are |
| 4 # any tracked files which get ignored after the change. | 4 # any tracked files which get ignored after the change. |
| 5 # | 5 # |
| 6 | 6 |
| 7 # Standard ignores | 7 # Standard ignores |
| 8 *.[aod] | 8 *.[aod] |
| 9 *.la | 9 *.la |
| 10 *.lo | 10 *.lo |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 *~ | 26 *~ |
| 27 .#* | 27 .#* |
| 28 .DS_Store. | 28 .DS_Store. |
| 29 # additional patterns: | 29 # additional patterns: |
| 30 client/control | 30 client/control |
| 31 client/results/ | 31 client/results/ |
| 32 client/tests/kvm/images | 32 client/tests/kvm/images |
| 33 client/tests/kvm/env | 33 client/tests/kvm/env |
| 34 client/tmp | 34 client/tmp |
| 35 client/tests/kvm/*.cfg | 35 client/tests/kvm/*.cfg |
| 36 server/tmp | |
| 37 tko/parsers/test/site_scenarios | |
| 38 ExternalSource | |
| OLD | NEW |