Since commit 33f6d55891f2 ("generator: Split the generator script into
separate files and compile it.", 2020-02-29), "generator/generator" has
been a binary file and has not been tracked under version control; the
commit even added "generator/generator" to ".gitignore". Therefore,
we
don't expect "generator/generator" to show up in any patches; drop it from
"scripts/git.orderfile".
Updates: 33f6d55891f2c00a5deac190954ea6a93a3e6894
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 deletion(-)
diff --git a/scripts/git.orderfile b/scripts/git.orderfile
index 27bd446195e6..6f214f4aca7e 100644
--- a/scripts/git.orderfile
+++ b/scripts/git.orderfile
@@ -38,7 +38,6 @@ common/*.h
common/*/*.h
# Generator files.
-generator/generator
generator/*
# Source files.