diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-31 00:33:45 +0900 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-11-08 11:20:23 -0600 |
commit | 1377dd3e29878b8f5d9f5c9000975f50a428a0cd (patch) | |
tree | 0f36c6e02085fd5445deb9b3a0ef02b4f99d8c38 /.gitignore | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) | |
download | op-kernel-dev-1377dd3e29878b8f5d9f5c9000975f50a428a0cd.zip op-kernel-dev-1377dd3e29878b8f5d9f5c9000975f50a428a0cd.tar.gz |
.gitignore: sort normal pattern rules alphabetically
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 42 |
1 files changed, 21 insertions, 21 deletions
@@ -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 |