.gitignore: sort normal pattern rules alphabetically
[platform/kernel/linux-exynos.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 (sorted alphabetically)
11 #
12 .*
13 *.a
14 *.bin
15 *.bz2
16 *.c.[012]*.*
17 *.dwo
18 *.elf
19 *.gcno
20 *.gz
21 *.i
22 *.ko
23 *.ll
24 *.lst
25 *.lz4
26 *.lzma
27 *.lzo
28 *.mod.c
29 *.o
30 *.o.*
31 *.order
32 *.patch
33 *.s
34 *.so
35 *.so.dbg
36 *.su
37 *.symtypes
38 *.tar
39 *.xz
40 Module.symvers
41 modules.builtin
42
43 #
44 # Top-level generic files
45 #
46 /tags
47 /TAGS
48 /linux
49 /vmlinux
50 /vmlinux.32
51 /vmlinux-gdb.py
52 /vmlinuz
53 /System.map
54 /Module.markers
55
56 #
57 # Debian directory (make deb-pkg)
58 #
59 /debian/
60
61 #
62 # tar directory (make tar*-pkg)
63 #
64 /tar-install/
65
66 #
67 # git files that we don't want to ignore even if they are dot-files
68 #
69 !.gitignore
70 !.mailmap
71 !.cocciconfig
72
73 #
74 # Generated include files
75 #
76 include/config
77 include/generated
78 arch/*/include/generated
79
80 # stgit generated dirs
81 patches-*
82
83 # quilt's files
84 patches
85 series
86
87 # cscope files
88 cscope.*
89 ncscope.*
90
91 # gnu global files
92 GPATH
93 GRTAGS
94 GSYMS
95 GTAGS
96
97 # id-utils files
98 ID
99
100 *.orig
101 *~
102 \#*#
103
104 #
105 # Leavings from module signing
106 #
107 extra_certificates
108 signing_key.pem
109 signing_key.priv
110 signing_key.x509
111 x509.genkey
112
113 # Kconfig presets
114 all.config
115
116 # Kdevelop4
117 *.kdev4