]> git.proxmox.com Git - mirror_iproute2.git/blame_incremental - .gitignore
v4.13.0
[mirror_iproute2.git] / .gitignore
... / ...
CommitLineData
1static-syms.h
2config.*
3Config
4*.o
5*.a
6*.so
7*~
8\#*#
9
10# cscope
11cscope.*
12ncscope.*
13tags
14TAGS
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
28patches
29series
30
31# for gdb
32.gdbinit
33.gdb_history
34*.gdb
35
36# tests
37testsuite/results
38testsuite/iproute2/iproute2-this
39testsuite/tools/generate_nlmsg
40testsuite/tests/ip/link/dev_wo_vf_rate.nl
41
42# doc files generated at runtime
43doc/*.aux
44doc/*.log
45doc/*.toc
46doc/*.ps
47doc/*.dvi
48doc/*.html
49doc/*.pdf
50doc/*.out