]> git.sur5r.net Git - u-boot/commitdiff
.gitignore: sort normal pattern rules alphabetically
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 11 Jun 2018 07:21:49 +0000 (16:21 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jun 2018 18:43:12 +0000 (14:43 -0400)
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 <yamada.masahiro@socionext.com>
.gitignore

index 9110eda6468fb70c6472b13aa086981a8855ed43..4d4c48686fa2234fec1759918b286e1c5fb77079 100644 (file)
@@ -3,29 +3,29 @@
 # subdirectories here. Add them in the ".gitignore" file
 # in that subdirectory instead.
 #
-# Normal rules
+# Normal rules (sorted alphabetically)
 #
 .*
-*.o
-*.o.*
 *.a
-*.s
-*.su
-*.mod.c
+*.bin
+*.cfgtmp
+*.elf
+*.exe
+*.gcda
+*.gcno
 *.i
 *.lex.c
 *.lst
+*.mod.c
+*.o
+*.o.*
 *.order
-*.elf
-*.swp
-*.bin
 *.patch
-*.cfgtmp
+*.s
+*.su
+*.swp
 *.tab.[ch]
 
-# host programs on Cygwin
-*.exe
-
 # Build tree
 /build-*
 
@@ -86,7 +86,3 @@ GTAGS
 *.orig
 *~
 \#*#
-
-# gcc code coverage files
-*.gcda
-*.gcno