]>
Commit | Line | Data |
---|---|---|
1 | static-syms.h | |
2 | config.* | |
3 | Config | |
4 | *.o | |
5 | *.a | |
6 | *.so | |
7 | *~ | |
8 | \#*# | |
9 | ||
10 | # cscope | |
11 | cscope.* | |
12 | ncscope.* | |
13 | TAGS | |
14 | ||
15 | # git files that we don't want to ignore even it they are dot-files | |
16 | !.gitignore | |
17 | !.mailmap | |
18 | ||
19 | # for patch generation | |
20 | *.diff | |
21 | *.patch | |
22 | *.orig | |
23 | *.rej | |
24 | ||
25 | # for quilt | |
26 | .pc | |
27 | patches | |
28 | series | |
29 | ||
30 | # for gdb | |
31 | .gdbinit | |
32 | .gdb_history | |
33 | *.gdb | |
34 | ||
35 | # tests | |
36 | testsuite/results | |
37 | testsuite/iproute2/iproute2-this | |
38 | ||
39 | # doc files generated at runtime | |
40 | doc/*.aux | |
41 | doc/*.log | |
42 | doc/*.toc | |
43 | doc/*.ps | |
44 | doc/*.dvi | |
45 | doc/*.html | |
46 | doc/*.pdf | |
47 | doc/*.out |