mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
.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>
This commit is contained in:

committed by
Tom Rini

parent
8e51c0f254
commit
3eb0fa4c93
30
.gitignore
vendored
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
|
|
||||||
|
Reference in New Issue
Block a user