From: Bernhard Voelker Date: Fri, 11 Jan 2013 08:14:22 +0000 (+0100) Subject: maint: fix alphabetical order in .gitignore X-Git-Tag: v8.21~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=165343bca68283d8daa5406b8a5701ff21036f1a;p=thirdparty%2Fcoreutils.git maint: fix alphabetical order in .gitignore 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". --- diff --git a/.gitignore b/.gitignore index 67f428c0b7..f0d6d87c9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ *.I[12] *.[EIOX] *.bak -*.gcno *.gcda +*.gcno *.o */.deps/ *~