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.
This commit is contained in:
Peter Krempa
2012-10-26 14:39:55 +02:00
parent 61299a1c98
commit 41bf06e96a
+1 -1
View File
@@ -1,4 +1,3 @@
.#*
*#*#
*.#*#
*.a
@@ -18,6 +17,7 @@
*.rej
*.s
*~
.#*
.deps
.gdb_history
.git