ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE
[linux/fpc-iii.git] / .gitignore
blob2763fce8766c09417fa6a4b9885e04a66c409b03
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 # Generated lkdtm tests
104 /tools/testing/selftests/lkdtm/*.sh
105 !/tools/testing/selftests/lkdtm/run.sh
107 # stgit generated dirs
108 patches-*
110 # quilt's files
111 patches
112 series
114 # cscope files
115 cscope.*
116 ncscope.*
118 # gnu global files
119 GPATH
120 GRTAGS
121 GSYMS
122 GTAGS
124 # id-utils files
127 *.orig
129 \#*#
132 # Leavings from module signing
134 extra_certificates
135 signing_key.pem
136 signing_key.priv
137 signing_key.x509
138 x509.genkey
140 # Kconfig presets
141 /all.config
142 /alldef.config
143 /allmod.config
144 /allno.config
145 /allrandom.config
146 /allyes.config
148 # Kdevelop4
149 *.kdev4
151 # Clang's compilation database file
152 /compile_commands.json