send priority as 16bit, priority setsockopts, increase seqno_low_Sendlimit, add settings
[cor.git] / .gitignore
blob72ef86a5570d28015d0ccb95ccd212bf8820c1c2
2 # NOTE! Don't add files that are generated in specific
3 # subdirectories here. Add them in the ".gitignore" file
4 # in that subdirectory instead.
6 # NOTE! Please use 'git ls-files -i --exclude-standard'
7 # command after changing this file, to see if there are
8 # any tracked files which get ignored after the change.
10 # Normal rules (sorted alphabetically)
13 *.a
14 *.asn1.[ch]
15 *.bin
16 *.bz2
17 *.c.[012]*.*
18 *.dt.yaml
19 *.dtb
20 *.dtb.S
21 *.dwo
22 *.elf
23 *.gcno
24 *.gz
25 *.i
26 *.ko
27 *.lex.c
28 *.ll
29 *.lst
30 *.lz4
31 *.lzma
32 *.lzo
33 *.mod
34 *.mod.c
35 *.o
36 *.o.*
37 *.patch
38 *.s
39 *.so
40 *.so.dbg
41 *.su
42 *.symtypes
43 *.tab.[ch]
44 *.tar
45 *.xz
46 Module.symvers
47 modules.builtin
48 modules.order
51 # Top-level generic files
53 /tags
54 /TAGS
55 /linux
56 /vmlinux
57 /vmlinux.32
58 /vmlinux-gdb.py
59 /vmlinuz
60 /System.map
61 /Module.markers
62 /modules.builtin.modinfo
63 /modules.nsdeps
66 # RPM spec file (make rpm-pkg)
68 /*.spec
71 # Debian directory (make deb-pkg)
73 /debian/
76 # Snap directory (make snap-pkg)
78 /snap/
81 # tar directory (make tar*-pkg)
83 /tar-install/
86 # We don't want to ignore the following even if they are dot-files
88 !.clang-format
89 !.cocciconfig
90 !.get_maintainer.ignore
91 !.gitattributes
92 !.gitignore
93 !.mailmap
96 # Generated include files
98 /include/config/
99 /include/generated/
100 /include/ksym/
101 /arch/*/include/generated/
103 # stgit generated dirs
104 patches-*
106 # quilt's files
107 patches
108 series
110 # cscope files
111 cscope.*
112 ncscope.*
114 # gnu global files
115 GPATH
116 GRTAGS
117 GSYMS
118 GTAGS
120 # id-utils files
123 *.orig
125 \#*#
128 # Leavings from module signing
130 extra_certificates
131 signing_key.pem
132 signing_key.priv
133 signing_key.x509
134 x509.genkey
136 # Kconfig presets
137 /all.config
138 /alldef.config
139 /allmod.config
140 /allno.config
141 /allrandom.config
142 /allyes.config
144 # Kdevelop4
145 *.kdev4
147 # Clang's compilation database file
148 /compile_commands.json