Linux 4.4.190
[linux/fpc-iii.git] / .gitignore
blob34fe1346aa87da5f33e76ab9f710cc4b739ea522
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
13 *.o
14 *.o.*
15 *.a
16 *.s
17 *.ko
18 *.so
19 *.so.dbg
20 *.mod.c
21 *.i
22 *.lst
23 *.symtypes
24 *.order
25 *.elf
26 *.bin
27 *.tar
28 *.gz
29 *.bz2
30 *.lzma
31 *.xz
32 *.lz4
33 *.lzo
34 *.patch
35 *.gcno
36 *.ll
37 modules.builtin
38 Module.symvers
39 *.dwo
40 *.su
43 # Top-level generic files
45 /tags
46 /TAGS
47 /linux
48 /vmlinux
49 /vmlinux.32
50 /vmlinux-gdb.py
51 /vmlinuz
52 /System.map
53 /Module.markers
56 # Debian directory (make deb-pkg)
58 /debian/
61 # tar directory (make tar*-pkg)
63 /tar-install/
66 # git files that we don't want to ignore even it they are dot-files
68 !.gitignore
69 !.mailmap
72 # Generated include files
74 include/config
75 include/generated
76 arch/*/include/generated
78 # stgit generated dirs
79 patches-*
81 # quilt's files
82 patches
83 series
85 # cscope files
86 cscope.*
87 ncscope.*
89 # gnu global files
90 GPATH
91 GRTAGS
92 GSYMS
93 GTAGS
95 # id-utils files
98 *.orig
100 \#*#
103 # Leavings from module signing
105 extra_certificates
106 signing_key.pem
107 signing_key.priv
108 signing_key.x509
109 x509.genkey
111 # Kconfig presets
112 all.config
114 # Kdevelop4
115 *.kdev4