[libvirt] [PATCH] maint: Sort .gitignore

26 Oct
2012
26 Oct
'12
12:42 p.m.
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
4690
Age (days ago)
4690
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Krempa