We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c21f33b + 6fa4629 commit beefa4fCopy full SHA for beefa4f
.gitignore
@@ -75,6 +75,7 @@ test/mri/tests/cext-c/**/*.o
75
/rubyspec_temp
76
77
# Tests
78
+/mri_tests.txt
79
/test/truffle/integration/gem-testing
80
/truffleruby-gem-test-pack
81
/tool/docker/*
@@ -87,9 +88,14 @@ test/mri/tests/cext-c/**/*.o
87
88
# Diagnostic output directory
89
dumps/
90
-# Profile output directory
91
+# Profiling
92
profiles/
93
+/time_metrics.stacks
94
+/time_metrics_flamegraph.svg
95
96
# Jay
97
tool/jay/*.o
98
tool/jay/jay
99
+
100
+# Ignore .rb files at the root, it's temporary files to debug some issue
101
+/*.rb
0 commit comments