Eamon Walsh | c6fdb52 | 2009-10-20 17:15:13 -0400 | [diff] [blame] | 1 | # Note: use "git ls-files -i --exclude-standard" to make sure |
2 | # no tracked files are ignored as a result of any changes. | ||||
3 | |||||
4 | # Object files | ||||
5 | *.o | ||||
6 | *.lo | ||||
7 | *.so | ||||
8 | *.so.[0-9] | ||||
9 | *.a | ||||
10 | *.s | ||||
11 | *.mo | ||||
Eamon Walsh | 1277750 | 2009-10-20 22:24:10 -0400 | [diff] [blame] | 12 | *.pc |
Eamon Walsh | c6fdb52 | 2009-10-20 17:15:13 -0400 | [diff] [blame] | 13 | |
14 | # Misc | ||||
15 | *.patch | ||||
16 | *.gz | ||||
17 | *~ | ||||
18 | |||||
19 | # Failsafes | ||||
20 | !.gitignore |