From 36129d8a766a2b30c9a0ffeead11db5b5a090995 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 1 Jun 2018 11:26:09 +0900 Subject: .gitignore: sort normal pattern rules alphabetically Follow Linux commit 1377dd3e2987 (".gitignore: sort normal pattern rules alphabetically"). This would allow us to easily catch duplicated patterns if any. Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- .gitignore | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bbcfa22447..d83d3176e8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,29 +7,29 @@ # 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 +*.bbenv +*.bbenv.* +*.bct +*.dcd +*.dcd.S +*.elf +*.i +*.ko +*.lst +*.mcp +*.mod.c *.o *.o.* -*.a +*.patch +*.pyc *.s -*.ko *.so *.so.dbg -*.mod.c -*.i -*.lst *.symtypes -*.elf -*.patch -*.pyc -*.mcp -*.bct -*.dcd -*.dcd.S -*.bbenv -*.bbenv.* Module.symvers # -- cgit v1.2.3