]>
Commit | Line | Data |
---|---|---|
fd1aa867 SH |
1 | # locally generated |
2 | Config | |
a6992a9c | 3 | static-syms.h |
e557d1ac | 4 | config.* |
a3ba8d2e SH |
5 | *.o |
6 | *.a | |
7 | *.so | |
eb6c04f5 | 8 | *~ |
5e2f74a7 | 9 | \#*# |
b5383aaa | 10 | |
5e2f74a7 SH |
11 | # cscope |
12 | cscope.* | |
13 | ncscope.* | |
12f92e2e | 14 | tags |
b5383aaa SH |
15 | TAGS |
16 | ||
17 | # git files that we don't want to ignore even it they are dot-files | |
18 | !.gitignore | |
19 | !.mailmap | |
20 | ||
5e2f74a7 SH |
21 | # for patch generation |
22 | *.diff | |
23 | *.patch | |
24 | *.orig | |
25 | *.rej | |
b5383aaa | 26 | |
5e2f74a7 | 27 | # for quilt |
b5383aaa | 28 | .pc |
5e2f74a7 SH |
29 | patches |
30 | series | |
b5383aaa | 31 | |
bba2fcd3 MF |
32 | # for gdb |
33 | .gdbinit | |
34 | .gdb_history | |
35 | *.gdb | |
d14cc6be | 36 | |
37 | # tests | |
38 | testsuite/results | |
39 | testsuite/iproute2/iproute2-this | |
886f2c43 PS |
40 | testsuite/tools/generate_nlmsg |
41 | testsuite/tests/ip/link/dev_wo_vf_rate.nl |