From 165343bca68283d8daa5406b8a5701ff21036f1a Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Fri, 11 Jan 2013 09:14:22 +0100 Subject: [PATCH] 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". --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ *~ -- 2.47.2