Skip to content

Commit beefa4f

Browse files
committed
Ignore some extra files
PullRequest: truffleruby/658
2 parents c21f33b + 6fa4629 commit beefa4f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ test/mri/tests/cext-c/**/*.o
7575
/rubyspec_temp
7676

7777
# Tests
78+
/mri_tests.txt
7879
/test/truffle/integration/gem-testing
7980
/truffleruby-gem-test-pack
8081
/tool/docker/*
@@ -87,9 +88,14 @@ test/mri/tests/cext-c/**/*.o
8788
# Diagnostic output directory
8889
dumps/
8990

90-
# Profile output directory
91+
# Profiling
9192
profiles/
93+
/time_metrics.stacks
94+
/time_metrics_flamegraph.svg
9295

9396
# Jay
9497
tool/jay/*.o
9598
tool/jay/jay
99+
100+
# Ignore .rb files at the root, it's temporary files to debug some issue
101+
/*.rb

0 commit comments

Comments
 (0)