diff mbox series

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

Message ID 20190829100521.12143-2-philmd@redhat.com
State New
Headers show
Series git.orderfile: Order Python/shell scripts before unordered files | expand

Commit Message

Philippe Mathieu-Daudé Aug. 29, 2019, 10:05 a.m. UTC
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 mbox series

Patch

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