]> git.proxmox.com Git - mirror_iproute2.git/blob - .gitignore
Merge branch 'master' into next-merge
[mirror_iproute2.git] / .gitignore
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 TAGS
15
16 # git files that we don't want to ignore even it they are dot-files
17 !.gitignore
18 !.mailmap
19
20 # for patch generation
21 *.diff
22 *.patch
23 *.orig
24 *.rej
25
26 # for quilt
27 .pc
28 patches
29 series
30
31 # for gdb
32 .gdbinit
33 .gdb_history
34 *.gdb
35
36 # tests
37 testsuite/results
38 testsuite/iproute2/iproute2-this
39 testsuite/tools/generate_nlmsg
40 testsuite/tests/ip/link/dev_wo_vf_rate.nl
41
42 # doc files generated at runtime
43 doc/*.aux
44 doc/*.log
45 doc/*.toc
46 doc/*.ps
47 doc/*.dvi
48 doc/*.html
49 doc/*.pdf
50 doc/*.out