]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
.gitignore: sort normal pattern rules alphabetically
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 30 Oct 2017 15:33:45 +0000 (00:33 +0900)
committerRob Herring <robh@kernel.org>
Wed, 8 Nov 2017 17:20:23 +0000 (11:20 -0600)
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>
.gitignore

index 0c39aa20b6ba8d2afbc69670636b9223b3bf23fa..435eeeb81efa3d3dd3b1c80f7a8b41b2d0494fd2 100644 (file)
@@ -7,38 +7,38 @@
 # command after changing this file, to see if there are
 # 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.*
-*.a
+*.order
+*.patch
 *.s
-*.ko
 *.so
 *.so.dbg
-*.mod.c
-*.i
-*.lst
+*.su
 *.symtypes
-*.order
-*.elf
-*.bin
 *.tar
-*.gz
-*.bz2
-*.lzma
 *.xz
-*.lz4
-*.lzo
-*.patch
-*.gcno
-*.ll
-modules.builtin
 Module.symvers
-*.dwo
-*.su
-*.c.[012]*.*
+modules.builtin
 
 #
 # Top-level generic files