mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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:
parent
61299a1c98
commit
41bf06e96a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
.#*
|
||||
*#*#
|
||||
*.#*#
|
||||
*.a
|
||||
@ -18,6 +17,7 @@
|
||||
*.rej
|
||||
*.s
|
||||
*~
|
||||
.#*
|
||||
.deps
|
||||
.gdb_history
|
||||
.git
|
||||
|
Loading…
Reference in New Issue
Block a user