Similarly to how we put *.h (i.e., interface) files first among C-language
source code, move *.mli to the top of the (OCaml-language) generator
files in patches.
Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=2172516
Signed-off-by: Laszlo Ersek <lersek(a)redhat.com>
Reviewed-by: Richard W.M. Jones <rjones(a)redhat.com>
---
Notes:
v2:
- pick up Rich's R-b
scripts/git.orderfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/git.orderfile b/scripts/git.orderfile
index 6f214f4aca7e..890857258d96 100644
--- a/scripts/git.orderfile
+++ b/scripts/git.orderfile
@@ -38,6 +38,7 @@ common/*.h
common/*/*.h
# Generator files.
+generator/*.mli
generator/*
# Source files.