From 189d09b109c5bdbf1cbcb73a1c2af43c21e17db4 Mon Sep 17 00:00:00 2001 From: chaokunyang Date: Tue, 2 Jan 2024 15:04:45 +0800 Subject: [PATCH] export-ignore jmh related files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..a2e46878cf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +java/fury-benchmark export-ignore +integration_tests/perftests export-ignore \ No newline at end of file