From 41bf06e96add7ea7a7156c2d5dfd5c280fbac075 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 26 Oct 2012 14:39:55 +0200 Subject: [PATCH] maint: Sort .gitignore Sorting of the .gitignore file was broken after the last addition. After a clean build the scripts re-sort it making the working tree dirty. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51d83a67d4..98ce398532 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.#* *#*# *.#*# *.a @@ -18,6 +17,7 @@ *.rej *.s *~ +.#* .deps .gdb_history .git