OLD | NEW |
---|---|
(Empty) | |
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 *.[ao] | |
9 *.la | |
10 *.lo | |
11 *.pyc | |
12 *.so | |
13 *~ | |
14 | |
15 # Anything created as a result of running a test | |
16 results.*/ | |
17 tmp/ | |
OLD | NEW |