.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 <yamada.masahiro@socionext.com>
lime2-spi
Masahiro Yamada 6 years ago committed by Tom Rini
parent 8e51c0f254
commit 3eb0fa4c93
  1. 30
      .gitignore

30
.gitignore vendored

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

Loading…
Cancel
Save