summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-06-11 16:21:49 +0900
committerTom Rini <trini@konsulko.com>2018-06-18 14:43:12 -0400
commit3eb0fa4c93894fcc6afe628e44c3fd0c52bea473 (patch)
tree6d2a1e602bb36c3c77d900f800c9487d71ee9b0b /.gitignore
parent8e51c0f254063f4da2e91c2cf47fad37285be73d (diff)
downloadu-boot-3eb0fa4c93894fcc6afe628e44c3fd0c52bea473.tar.gz
u-boot-3eb0fa4c93894fcc6afe628e44c3fd0c52bea473.tar.xz
u-boot-3eb0fa4c93894fcc6afe628e44c3fd0c52bea473.zip
.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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore30
1 files changed, 13 insertions, 17 deletions
diff --git a/.gitignore b/.gitignore
index 9110eda646..4d4c48686f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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