]> git.proxmox.com Git - mirror_iproute2.git/blob - .gitignore
74a5496ddf7aaa71fe089ca9b5b4f93646a1a3c6
[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
40 # doc files generated at runtime
41 doc/*.aux
42 doc/*.log
43 doc/*.toc
44 doc/*.ps
45 doc/*.dvi
46 doc/*.html
47 doc/*.pdf
48 doc/*.out