]> git.proxmox.com Git - mirror_iproute2.git/blob - .gitignore
Merge branch 'master' into net-next
[mirror_iproute2.git] / .gitignore
1 static-syms.h
2 config.*
3 *.o
4 *.a
5 *.so
6 *~
7 \#*#
8
9 # cscope
10 cscope.*
11 ncscope.*
12 tags
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 testsuite/tools/generate_nlmsg
39 testsuite/tests/ip/link/dev_wo_vf_rate.nl
40
41 # doc files generated at runtime
42 doc/*.aux
43 doc/*.log
44 doc/*.toc
45 doc/*.ps
46 doc/*.dvi
47 doc/*.html
48 doc/*.pdf
49 doc/*.out