]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - .gitignore
Kbuild: Add ID files to .gitignore
[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 *.tar
28 *.gz
29 *.bz2
30 *.lzma
31 *.xz
32 *.lz4
33 *.lzo
34 *.patch
35 *.gcno
36 modules.builtin
37 Module.symvers
38 *.dwo
39
40 #
41 # Top-level generic files
42 #
43 /tags
44 /TAGS
45 /linux
46 /vmlinux
47 /vmlinux.32
48 /vmlinux-gdb.py
49 /vmlinuz
50 /System.map
51 /Module.markers
52
53 #
54 # Debian directory (make deb-pkg)
55 #
56 /debian/
57
58 #
59 # tar directory (make tar*-pkg)
60 #
61 /tar-install/
62
63 #
64 # git files that we don't want to ignore even it they are dot-files
65 #
66 !.gitignore
67 !.mailmap
68
69 #
70 # Generated include files
71 #
72 include/config
73 include/generated
74 arch/*/include/generated
75
76 # stgit generated dirs
77 patches-*
78
79 # quilt's files
80 patches
81 series
82
83 # cscope files
84 cscope.*
85 ncscope.*
86
87 # gnu global files
88 GPATH
89 GRTAGS
90 GSYMS
91 GTAGS
92
93 # id-utils files
94 ID
95
96 *.orig
97 *~
98 \#*#
99
100 #
101 # Leavings from module signing
102 #
103 extra_certificates
104 signing_key.priv
105 signing_key.x509
106 x509.genkey
107
108 # Kconfig presets
109 all.config
110
111 # Kdevelop4
112 *.kdev4