]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix alphabetical order in .gitignore
authorBernhard Voelker <mail@bernhard-voelker.de>
Fri, 11 Jan 2013 08:14:22 +0000 (09:14 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Sun, 20 Jan 2013 22:45:37 +0000 (23:45 +0100)
Since commit v8.20-67-g0f525b6, .gitignore sometimes
showed up as changed because the entries "*.gcda" and
"*.gcno" had not been in alphabetical order.

* .gitignore: Exchange the entries "*.gcda" and "*.gcno".

.gitignore

index 67f428c0b7d3644aebe443e8ab3e529e170b9515..f0d6d87c9bca1ddde3ec8c4868919677ff6a457b 100644 (file)
@@ -1,8 +1,8 @@
 *.I[12]
 *.[EIOX]
 *.bak
-*.gcno
 *.gcda
+*.gcno
 *.o
 */.deps/
 *~