[Qemu-devel] [PATCH 1/2] scripts/git.orderfile: Order Python files before unordered ones

Philippe Mathieu-Daudé posted 2 patches 6 years, 5 months ago
[Qemu-devel] [PATCH 1/2] scripts/git.orderfile: Order Python files before unordered ones
Posted by Philippe Mathieu-Daudé 6 years, 5 months ago
Order Python source files before the rest of unordered files.
This helps in particular while reviewing iotests.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 scripts/git.orderfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/git.orderfile b/scripts/git.orderfile
index ac699700b1..0ad5b9b8a8 100644
--- a/scripts/git.orderfile
+++ b/scripts/git.orderfile
@@ -26,4 +26,5 @@ Makefile*
 
 # code
 *.c
+*.py
 
-- 
2.20.1