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