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

2
.gitignore vendored
View File

@ -1,4 +1,3 @@
.#*
*#*# *#*#
*.#*# *.#*#
*.a *.a
@ -18,6 +17,7 @@
*.rej *.rej
*.s *.s
*~ *~
.#*
.deps .deps
.gdb_history .gdb_history
.git .git