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 | *~ | ||||
Eric Paris | bbad2cb | 2011-04-20 15:58:52 -0400 | [diff] [blame] | 18 | *.orig |
19 | *.rej | ||||
Dan Walsh | 9df5601 | 2011-09-08 15:23:40 -0400 | [diff] [blame] | 20 | *.pyc |
Eric Paris | bbad2cb | 2011-04-20 15:58:52 -0400 | [diff] [blame] | 21 | cscope.* |
Eric Paris | cc967de | 2012-11-11 18:07:22 -0500 | [diff] [blame] | 22 | .#* |
23 | \#* | ||||
24 | .*.swp | ||||
Eamon Walsh | c6fdb52 | 2009-10-20 17:15:13 -0400 | [diff] [blame] | 25 | # Failsafes |
26 | !.gitignore |