]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - .gitignore
Merge tag 'firewire-fix-vt6315' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / .gitignore
1 #
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.
5 #
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.
9 #
10 # Normal rules
11 #
12 .*
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 *.gz
28 *.bz2
29 *.lzma
30 *.xz
31 *.lz4
32 *.lzo
33 *.patch
34 *.gcno
35 modules.builtin
36 Module.symvers
37
38 #
39 # Top-level generic files
40 #
41 /tags
42 /TAGS
43 /linux
44 /vmlinux
45 /vmlinuz
46 /System.map
47 /Module.markers
48
49 #
50 # Debian directory (make deb-pkg)
51 #
52 /debian/
53
54 #
55 # git files that we don't want to ignore even it they are dot-files
56 #
57 !.gitignore
58 !.mailmap
59
60 #
61 # Generated include files
62 #
63 include/config
64 include/generated
65 arch/*/include/generated
66
67 # stgit generated dirs
68 patches-*
69
70 # quilt's files
71 patches
72 series
73
74 # cscope files
75 cscope.*
76 ncscope.*
77
78 # gnu global files
79 GPATH
80 GRTAGS
81 GSYMS
82 GTAGS
83
84 *.orig
85 *~
86 \#*#
87
88 #
89 # Leavings from module signing
90 #
91 extra_certificates
92 signing_key.priv
93 signing_key.x509
94 x509.genkey
95
96 # Kconfig presets
97 all.config