[libvirt] [PATCH] maint: Sort .gitignore

Peter Krempa pkrempa at redhat.com
Fri Oct 26 12:42:29 UTC 2012


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




More information about the libvir-list mailing list