mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
.gitignore: sort normal pattern rules alphabetically
commit 1377dd3e29
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>
This commit is contained in:
parent
81d0cc85ca
commit
bafda5d375
48
.gitignore
vendored
48
.gitignore
vendored
@ -7,38 +7,38 @@
|
|||||||
# command after changing this file, to see if there are
|
# command after changing this file, to see if there are
|
||||||
# any tracked files which get ignored after the change.
|
# any tracked files which get ignored after the change.
|
||||||
#
|
#
|
||||||
# Normal rules
|
# Normal rules (sorted alphabetically)
|
||||||
#
|
#
|
||||||
.*
|
.*
|
||||||
|
*.a
|
||||||
|
*.bin
|
||||||
|
*.bz2
|
||||||
|
*.c.[012]*.*
|
||||||
|
*.dwo
|
||||||
|
*.elf
|
||||||
|
*.gcno
|
||||||
|
*.gz
|
||||||
|
*.i
|
||||||
|
*.ko
|
||||||
|
*.ll
|
||||||
|
*.lst
|
||||||
|
*.lz4
|
||||||
|
*.lzma
|
||||||
|
*.lzo
|
||||||
|
*.mod.c
|
||||||
*.o
|
*.o
|
||||||
*.o.*
|
*.o.*
|
||||||
*.a
|
*.order
|
||||||
|
*.patch
|
||||||
*.s
|
*.s
|
||||||
*.ko
|
|
||||||
*.so
|
*.so
|
||||||
*.so.dbg
|
*.so.dbg
|
||||||
*.mod.c
|
|
||||||
*.i
|
|
||||||
*.lst
|
|
||||||
*.symtypes
|
|
||||||
*.order
|
|
||||||
*.elf
|
|
||||||
*.bin
|
|
||||||
*.tar
|
|
||||||
*.gz
|
|
||||||
*.bz2
|
|
||||||
*.lzma
|
|
||||||
*.xz
|
|
||||||
*.lz4
|
|
||||||
*.lzo
|
|
||||||
*.patch
|
|
||||||
*.gcno
|
|
||||||
*.ll
|
|
||||||
modules.builtin
|
|
||||||
Module.symvers
|
|
||||||
*.dwo
|
|
||||||
*.su
|
*.su
|
||||||
*.c.[012]*.*
|
*.symtypes
|
||||||
|
*.tar
|
||||||
|
*.xz
|
||||||
|
Module.symvers
|
||||||
|
modules.builtin
|
||||||
|
|
||||||
#
|
#
|
||||||
# Top-level generic files
|
# Top-level generic files
|
||||||
|
Loading…
Reference in New Issue
Block a user