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.
---
Pushed under trivial rule.
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 51d83a6..98ce398 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-.#*
 *#*#
 *.#*#
 *.a
@@ -18,6 +17,7 @@
 *.rej
 *.s
 *~
+.#*
 .deps
 .gdb_history
 .git
-- 
1.7.12.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to