summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Bernstein <rubybugs@bernsteinbear.com>2025-10-17 15:48:54 -0400
committerGitHub <noreply@github.com>2025-10-17 15:48:54 -0400
commit23287c45806cac060ed63e87176d1a87968b9267 (patch)
treefcf50fbf6b5ef20da78b37829da82efc8b3ffa18
parent0594646c0b6c94cb25f86445582623c9c98ea900 (diff)
ZJIT: Mark commonly-edited files as merge=union (#14865)
This helps the default merge driver make reasonable decisions (and therefore avoid conflicts) when multiple people are e.g. adding tests to src/hir.rs at the same time.
-rw-r--r--zjit/.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/zjit/.gitattributes b/zjit/.gitattributes
new file mode 100644
index 0000000000..2750c4c626
--- /dev/null
+++ b/zjit/.gitattributes
@@ -0,0 +1,3 @@
+src/hir.rs merge=union
+src/cruby_methods.rs merge=union
+src/codegen.rs merge=union