Skip to content

Commit bafda5d

Browse files
masahir0ygregkh
authored andcommitted
.gitignore: sort normal pattern rules alphabetically
commit 1377dd3 upstream. We are having more and more ignore patterns. Sort the list alphabetically. We will easily catch duplicated patterns if any. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 81d0cc8 commit bafda5d

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

.gitignore

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,38 @@
77
# command after changing this file, to see if there are
88
# any tracked files which get ignored after the change.
99
#
10-
# Normal rules
10+
# Normal rules (sorted alphabetically)
1111
#
1212
.*
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
1329
*.o
1430
*.o.*
15-
*.a
31+
*.order
32+
*.patch
1633
*.s
17-
*.ko
1834
*.so
1935
*.so.dbg
20-
*.mod.c
21-
*.i
22-
*.lst
36+
*.su
2337
*.symtypes
24-
*.order
25-
*.elf
26-
*.bin
2738
*.tar
28-
*.gz
29-
*.bz2
30-
*.lzma
3139
*.xz
32-
*.lz4
33-
*.lzo
34-
*.patch
35-
*.gcno
36-
*.ll
37-
modules.builtin
3840
Module.symvers
39-
*.dwo
40-
*.su
41-
*.c.[012]*.*
41+
modules.builtin
4242

4343
#
4444
# Top-level generic files

0 commit comments

Comments
 (0)